postcss-normalize-repeat-style
TypeScript icon, indicating that this package has built-in type declarations

6.0.2 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i postcss-normalize-repeat-style

Weekly Downloads

10,360,372

Version

6.0.2

License

MIT

Unpacked Size

7.26 kB

Total Files

9

Last publish

Collaborators

  • beneb
  • ludovicofischer
  • ai
  • chriseppstein
  • andyjansson
  • evilebottnawi
  • cssnano-bot