Dan Gamble
Dan Gamble
@lukechadwick I'm more interested in finding out how on earth it was that high, to begin with!
Fair enough. Thanks for sharing @lukechadwick. It's awesome the extension was able to help you so much!
So i put `console.log(matches)` after https://github.com/pascalduez/postcss-apply/blob/master/src/visitor.js#L16 When using this plugin `matches` returns things like: ``` --toolbar-theme --another-property ``` But if this plugin is used after `postcss-nested` `matches` returns: ``` :root...
I've not tried `postcss-nesting` myself so couldn't really say. And i'd say it probably is more `postcss-nested`'s fault than yours :)
I agree i don't think ```css :root { --bar { background: #000000; color: #ffffff; &-title { color: #f8f8f8; } } } ``` Will work, you can use: https://github.com/andyjansson/postcss-sassy-mixins like i...
I'm with @mjurczyk on this one, this for utility classes seems a step too far. You might as well just use inline styles for the sake of not having to...
Hi Brett, The way i currently do it is to use the CDN as well. I don't currently know of another way to do it. My intention, when FontAwesome (2?)...
@EmilianoTalamo you are right, I stopped using this a _long_ time ago. Happy to add other people as collaborators so they can ensure it lives on!
I'll try and get this rectified before the end of the day guys.
I've just pushed `0.4.0`. Does this rectify the issue for you?