liukang b4b8ddf15d admin-vue há 1 ano atrás
..
dist b4b8ddf15d admin-vue há 1 ano atrás
node_modules b4b8ddf15d admin-vue há 1 ano atrás
LICENSE-MIT b4b8ddf15d admin-vue há 1 ano atrás
README.md b4b8ddf15d admin-vue há 1 ano atrás
package.json b4b8ddf15d admin-vue há 1 ano atrás

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