This repository was archived by the owner on Dec 28, 2021. It is now read-only.

Description
Could you add support for apply rule, check out this links?
.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