I am trying to access the mixin and vars properties of polymer in a Ng2 Component style "my-comp-style.scss". ie:
@apply(--shadow-elevation-2dp);
background: var(--primary-color, #666);
but the --shadow-elevation and the --primary-color are not interpreted. Is there a way to fix this ? It would be great not to have to duplicate of the mixins and vars.