This repository was archived by the owner on Dec 28, 2021. It is now read-only.
This repository was archived by the owner on Dec 28, 2021. It is now read-only.
Closed
Description
Could you add support for apply rule, check out this links?
- https://github.com/pascalduez/postcss-apply
- https://www.polymer-project.org/1.0/docs/devguide/styling.html#custom-css-mixins
.Navigation {
@nest &--menu {
--paper-menu-selected-item: {
color: var(--accent-color);
};
}
}
This plugin remove semicolon on end of custom property set... :-(
.Navigation--menu {
--paper-menu-selected-item: {
color: var(--accent-color);
}
}
------------^
Check out the PSK+
https://github.com/StartPolymer/polymer-starter-kit-plus
Metadata
Metadata
Assignees
Labels
No labels