AJNB 376d9cfaf8 hjj | il y a 2 mois | |
---|---|---|
.. | ||
src | il y a 2 mois | |
types | il y a 2 mois | |
LICENSE-MIT | il y a 2 mois | |
README.md | il y a 2 mois | |
package.json | il y a 2 mois |
Normalize repeat styles with PostCSS.
With npm do:
npm install postcss-normalize-repeat-style --save
h1 {
background: url(image.jpg) repeat no-repeat
}
h1 {
background: url(image.jpg) repeat-x
}
See the PostCSS documentation for examples for your environment.
See CONTRIBUTORS.md.
MIT © Ben Briggs