-
-
Notifications
You must be signed in to change notification settings - Fork 188
Add postcss-initial #214
Comments
Just sent PR to postcss-cssnext Waiting for cssnext version upgrade #202 |
Released as postcss-cssnext 2.1.0, will close this when #202 is ok |
Now we waiting for #208 |
😫 |
What? |
@maximkoretskiy |
Yes, I know. But postcss-initial is not mentioned in official docs. |
Official doc are currently kind of outdated, like cssnext itself. |
ОК, I ll look around in project issues. |
Done in postcss-cssnext. cssnext is now postcss-cssnext. cssnext is deprecated. See postcss-cssnext migration guide http://cssnext.io/postcss/ |
I think we should add this plugin to cssnext https://github.com/maximkoretskiy/postcss-initial
It is
all: initial
polyfill. This property will return all inherited styles to base one.This plugin is really amazing, because it can be used to create absolutly isolated widgets. Like we will use CSS Modules to isolate selectors and then
all: initial
to isolate pproperties.The text was updated successfully, but these errors were encountered: