Glenn Barr

Results 5 comments of Glenn Barr

Seeing as tags are inline elements, I can't see how this is a bug. If your initial code was `Something Something` you wouldn't expect the space to be removed, so...

It seems that the main issue here is that it's usually preferably to have `@include`s first within a selector. What's happening here, and what I've found on my build, is...

There is a way to combat this: ``` [ "$include", "$extend", "$variable" ], [ "position", "z-index", > "line-height", "fill" ], [ "$include breakpoint" ], ``` This allows all non-specified includes...

I can't take any credit for this project, I'm only an end user trying to help out where I can. :) I guess that part of the reason to not...

Same on MacOS - there is no longer a `/src` directory in `/app.asar.unpacked`. All looks to be compiled now. The only directories under `/app.asar.unpacked` are `/dist` and `/node_modules`