- Avoid mangling rules inside
@keyframes
- Thanks to @IvanKalinin for the contribution #14
- Switch
options.stackableRoot
from:not(#\20)
to:not(#\9)
to save some bytes
- Switch
options.stackableRoot
from:root
to:not(#\20)
to get more specificity in selectors- Thanks to @subzey for the idea and @iamstarkov for the contribution #9
- Update to postcss@5.x
- Thanks to @laucheukhim for the contribution #5
- Add
options.stackableRoot
to customize the stackable selector used. Defaults to:root
- Add
postcss-plugin-context
example. Only apply plugin to certain areas of the CSS. - Add note about the default
:root
not supported in IE8-
- Switch to
string.prototype.repeat
andobject-assign
- Use the PostCSS
decl.important
property instead of value finagling
- Use
repeat-string
instead ofString.prototype.repeat
which doesn't work in node.js
- Add tests
- npm release
- Add badges to readme
- First release