JohnCoates / CSSketch

Plugin that adds CSS support to Sketch 3 for a faster design workflow.
MIT License
1.89k stars 97 forks source link

SCSS: only top-most layer gets affected by color-rule #39

Open andersgressli opened 8 years ago

andersgressli commented 8 years ago

I've got 12 objects with the same class name, and only the top-most layer gets affected by the color-rule. When I put another layer with the same class on top of the other the new one gets affected instead, while the one recently getting changed keeps its attributes. I've tried changing from class to [type="text"] as well, but I keep getting the same result.

I really love this plugin by the way, awesome to get the ability to work with SCSS :)