Sha256: 5fa10a6d361113a2416a622d64c67414e845907a5a5087a5e0d86aadad778b10
Contents?: true
Size: 715 Bytes
Versions: 26
Compression:
Stored size: 715 Bytes
Contents
# [postcss][postcss]-normalize-repeat-style > Normalize repeat styles with PostCSS. ## Install With [npm](https://npmjs.org/package/postcss-normalize-repeat-style) do: ``` npm install postcss-normalize-repeat-style --save ``` ## Example ### Input ```css h1 { background: url(image.jpg) repeat no-repeat } ``` ### Output ```css h1 { background: url(image.jpg) repeat-x } ``` ## Usage See the [PostCSS documentation](https://github.com/postcss/postcss#usage) for examples for your environment. ## Contributors See [CONTRIBUTORS.md](https://github.com/cssnano/cssnano/blob/master/CONTRIBUTORS.md). ## License MIT © [Ben Briggs](http://beneb.info) [postcss]: https://github.com/postcss/postcss
Version data entries
26 entries across 25 versions & 8 rubygems