peach a19a732be8 commit message | před 2 roky | |
---|---|---|
.. | ||
dist | před 2 roky | |
node_modules | před 2 roky | |
LICENSE-MIT | před 2 roky | |
README.md | před 2 roky | |
package.json | před 2 roky |
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