Skip to content

theprotein/postcss-shortcss

Repository files navigation

postcss-shortcss

PostCSS plugin for disassemble and assemble CSS properties. It work on shortcss library.

Before:

.foo {
    list-style: none;
}

After:

.foo {
	list-style-type: none;
    list-style-position: none;
    list-style-image: none;
}

Usage

postcss([ require('postcss-shortcss') ])

About

PostCSS plugin for disassemble and assemble CSS properties

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published