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

7.0.0 • 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

/postcss-normalize-repeat-style/

    Package Sidebar

    Install

    npm i postcss-normalize-repeat-style

    Weekly Downloads

    7,585,608

    Version

    7.0.0

    License

    MIT

    Unpacked Size

    7.27 kB

    Total Files

    9

    Last publish

    Collaborators

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