Convert two value syntax for repeat-style into one value.
npm install postcss-normalize-repeat-style> Normalize repeat styles with PostCSS.
With npm do:
```
npm install postcss-normalize-repeat-style --save
`css`
h1 {
background: url(image.jpg) repeat no-repeat
}
`css``
h1 {
background: url(image.jpg) repeat-x
}
See the PostCSS documentation for
examples for your environment.
See CONTRIBUTORS.md.
MIT © Ben Briggs
[postcss]: https://github.com/postcss/postcss