Last updated 3 years ago
Was this helpful?
Normalize repeat styles with PostCSS.
With 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 for examples for your environment.
See .
MIT ©