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.1609,850latest
5.0.0-rc.2222next
4.0.0-nightly.2020.2.652nightly

Version History

VersionDownloads (Last 7 Days)Published
7.0.1609,850
7.0.01,052,245
6.0.21,732,544
6.0.1135,836
6.0.0273,378
5.1.14,700,012
5.1.0266,296
5.0.432,038
5.0.336,491
5.0.231,951
5.0.1195,663
5.0.012,873
5.0.0-rc.2222
5.0.0-rc.11
5.0.0-rc.00
4.0.0-nightly.2020.2.652
4.0.0-nightly.2020.1.110
4.0.0-nightly.2020.1.92
4.0.0-nightly.2020.10.200
4.0.0-nightly.2020.9.90
4.0.0-nightly.2020.9.31
4.0.0-nightly.2020.9.10
4.0.0-nightly.2020.8.290
4.0.0-nightly.2020.8.252
4.0.0-nightly.2020.8.240
4.0.0-nightly.2020.8.170
4.0.0-nightly.2020.8.100
4.0.0-nightly.2020.8.41
4.0.0-nightly.2020.8.11
4.0.0-nightly.2020.7.310
4.0.0-nightly.2020.7.250
4.0.0-nightly.2020.7.242
4.0.22,152,825
4.0.112,090
4.0.02,090
4.0.0-rc.237
4.0.0-rc.01

Package Sidebar

Install

npm i postcss-normalize-repeat-style

Weekly Downloads

11,246,504

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