You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here's changes I made last time and TODO for near future
ICSS
document * importer
implement * importer
postcss-icss-import
deduplicate icss rules
postcss-icss-url
deduplicate icss rules
keyframes
always local if plugin is enabled
animation name is replaced with existing local keyframes or leaved untouched
add warnings when keyframes identifier already declared by different plugin
disallow all reserved names without checking count of usage (animation: infinite infinite). Was made to improve performance and reduce implementation complexity. Should we revert this?
Uh oh!
There was an error while loading. Please reload this page.
Here's changes I made last time and TODO for near future
ICSS
postcss-icss-import
postcss-icss-url
keyframes
animation: infinite infinite
). Was made to improve performance and reduce implementation complexity. Should we revert this?:global { @keyframes name {} }
)local-by-default -> selectors
postcss-icss-selectors
.class:local.class
in favor of.class:local(.class)
or.class :local .class
:global { .selector {} }
)scope -> composes
postcss-icss-compose
postcss-modules-extract-imports
values
.5s
,#hash
)@colors: './path'; @value one from colors;
)lint
/cc @michael-ciniawsky @evilebottnawi @sullenor @Outpunk @sokra
The text was updated successfully, but these errors were encountered: