caoge c760052ff9 机车状态修改 | 8 månader sedan | |
---|---|---|
.. | ||
dist | 8 månader sedan | |
node_modules | 8 månader sedan | |
LICENSE-MIT | 8 månader sedan | |
README.md | 8 månader sedan | |
package.json | 8 månader sedan |
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