postcss-assign

0.2.0 • Public • Published

PostCSS Include Selector Build Status

PostCSS plugin Less-like class mixins for PostCSS.

.red {
    color: red;
}
 
.alert--danger {
    @include .red;
}
.red {
    color: red;
}
 
.alert--danger {
    color: red;
}

Usage

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

See PostCSS docs for examples for your environment.

Package Sidebar

Install

npm i postcss-assign

Weekly Downloads

1

Version

0.2.0

License

MIT

Last publish

Collaborators

  • sebastiandedeyne
  • spatie