New:Socket for Asana Is Now Available.Learn more
Get Started

postcss-normalize-repeat-style

Package Overview
Dependencies
Maintainers
7
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-normalize-repeat-style

Convert two value syntax for repeat-style into one value.

Source
npmnpm
Version
8.0.4
Version published
Weekly downloads
17M
-5.05%
Maintainers
7
Weekly downloads
 
Created
Source

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

FAQs

Package last updated on 16 Aug 2026

Related posts