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.1573,636latest
5.0.0-rc.2351next
4.0.0-nightly.2020.2.6116nightly

Version History

VersionDownloads (Last 7 Days)Published
7.0.1573,636
7.0.01,225,084
6.0.21,895,905
6.0.1147,085
6.0.0301,675
5.1.15,263,187
5.1.0296,091
5.0.439,046
5.0.344,573
5.0.241,577
5.0.1219,313
5.0.015,692
5.0.0-rc.2351
5.0.0-rc.12
5.0.0-rc.02
4.0.0-nightly.2020.2.6116
4.0.0-nightly.2020.1.111
4.0.0-nightly.2020.1.92
4.0.0-nightly.2020.10.200
4.0.0-nightly.2020.9.92
4.0.0-nightly.2020.9.33
4.0.0-nightly.2020.9.10
4.0.0-nightly.2020.8.290
4.0.0-nightly.2020.8.250
4.0.0-nightly.2020.8.241
4.0.0-nightly.2020.8.171
4.0.0-nightly.2020.8.102
4.0.0-nightly.2020.8.43
4.0.0-nightly.2020.8.11
4.0.0-nightly.2020.7.312
4.0.0-nightly.2020.7.250
4.0.0-nightly.2020.7.242
4.0.22,328,523
4.0.111,231
4.0.03,135
4.0.0-rc.229
4.0.0-rc.01

Package Sidebar

Install

npm i postcss-normalize-repeat-style

Weekly Downloads

12,406,274

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