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

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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
7.0.1869,093latest
5.0.0-rc.2316next
4.0.0-nightly.2020.2.620nightly

Version History

VersionDownloads (Last 7 Days)Published
7.0.1869,093
7.0.0897,389
6.0.21,816,296
6.0.1138,857
6.0.0278,005
5.1.14,987,856
5.1.0285,421
5.0.445,048
5.0.335,773
5.0.231,199
5.0.1356,524
5.0.014,420
5.0.0-rc.2316
5.0.0-rc.13
5.0.0-rc.03
4.0.0-nightly.2020.2.620
4.0.0-nightly.2020.1.113
4.0.0-nightly.2020.1.93
4.0.0-nightly.2020.10.203
4.0.0-nightly.2020.9.93
4.0.0-nightly.2020.9.33
4.0.0-nightly.2020.9.13
4.0.0-nightly.2020.8.293
4.0.0-nightly.2020.8.253
4.0.0-nightly.2020.8.243
4.0.0-nightly.2020.8.173
4.0.0-nightly.2020.8.103
4.0.0-nightly.2020.8.43
4.0.0-nightly.2020.8.13
4.0.0-nightly.2020.7.313
4.0.0-nightly.2020.7.253
4.0.0-nightly.2020.7.243
4.0.22,567,184
4.0.131,568
4.0.06,059
4.0.0-rc.2574
4.0.0-rc.010

Package Sidebar

Install

npm i postcss-normalize-repeat-style

Weekly Downloads

10,657,357

Version

7.0.1

License

MIT

Unpacked Size

7.27 kB

Total Files

9

Last publish

Collaborators

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