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.1234,010latest
5.0.0-rc.2224next
4.0.0-nightly.2020.2.651nightly

Version History

VersionDownloads (Last 7 Days)Published
7.0.1234,010
7.0.01,452,675
6.0.21,739,126
6.0.1144,265
6.0.0297,702
5.1.14,682,051
5.1.0231,240
5.0.426,326
5.0.333,852
5.0.250,963
5.0.1210,029
5.0.014,070
5.0.0-rc.2224
5.0.0-rc.14
5.0.0-rc.00
4.0.0-nightly.2020.2.651
4.0.0-nightly.2020.1.111
4.0.0-nightly.2020.1.91
4.0.0-nightly.2020.10.201
4.0.0-nightly.2020.9.9127
4.0.0-nightly.2020.9.31
4.0.0-nightly.2020.9.10
4.0.0-nightly.2020.8.291
4.0.0-nightly.2020.8.250
4.0.0-nightly.2020.8.240
4.0.0-nightly.2020.8.171
4.0.0-nightly.2020.8.100
4.0.0-nightly.2020.8.42
4.0.0-nightly.2020.8.10
4.0.0-nightly.2020.7.310
4.0.0-nightly.2020.7.250
4.0.0-nightly.2020.7.241
4.0.22,083,312
4.0.116,756
4.0.01,587
4.0.0-rc.242
4.0.0-rc.03

Package Sidebar

Install

npm i postcss-normalize-repeat-style

Weekly Downloads

11,218,424

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