JSPM

  • Created
  • Published
  • Downloads 13410983
  • Score
    100M100P100Q242744F
  • License MIT

Convert two value syntax for repeat-style into one value.

Package Exports

  • postcss-normalize-repeat-style
  • postcss-normalize-repeat-style/src/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (postcss-normalize-repeat-style) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

postcss-normalize-repeat-style

Normalize repeat styles with PostCSS.

Install

With npm do:

npm install postcss-normalize-repeat-style --save

Example

Input

h1 {
    background: url(image.jpg) repeat no-repeat
}

Output

h1 {
    background: url(image.jpg) repeat-x
}

Usage

See the PostCSS documentation for examples for your environment.

Contributors

See CONTRIBUTORS.md.

License

MIT © Ben Briggs