postcss-normalize-repeat-style
Install
npm install postcss-normalize-repeat-style --saveExample
Input
h1 {
background: url(image.jpg) repeat no-repeat
}Output
h1 {
background: url(image.jpg) repeat-x
}Usage
Contributors
License
Last updated