您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
rpm-mcarman b9f7ec4306 First Commit 3 年前
..
dist First Commit 3 年前
node_modules First Commit 3 年前
LICENSE-MIT First Commit 3 年前
README.md First Commit 3 年前
package.json First Commit 3 年前

README.md

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