It seems that my css mixins are not being applied as shown in this plunker . May I know why color: green
is not being applied? Thanks.
Polymer 2 css mixins not taking effect
161 Views Asked by user3240644 At
1
It seems that my css mixins are not being applied as shown in this plunker . May I know why color: green
is not being applied? Thanks.
You will need to import CSS mixins polyfill if you are using CSS mixins.
Source: Click here.
Also, you are using
custom-style
which you haven't imported. Importing that is needed since you are not importingpolymer.html
as well in that file.Working plunker.