This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

postcss-copy-class

0.0.1 • Public • Published

PostCSS Copy Class Build Status

PostCSS plugin to apply classes as mixins.

.red {
    color: red;
}
 
.stop {
    @copy .red;
}
.red {
    color: red;
}
 
.stop {
    color: red;
}

Usage

postcss([ require('postcss-copy-class') ])

See PostCSS docs for examples for your environment.

Package Sidebar

Install

npm i postcss-copy-class

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • davidhemphill