0.0.1 • Published 6 years ago
postcss-modules-extend-class v0.0.1
⚠ Work in progress! ⚠
PostCSS Modules Extend Rule
To be used with postcss-modules-extend-from
In
.foo {
/* notice no dot before the class name */
@extend-class some-class;
}
Out
.foo {
@extend .some-class;
}
0.0.1
6 years ago