Edmund

Results 29 comments of Edmund

> Imported modules can have side-effects (defining styles). I would say if one is using `@use` directive, the file that is being "used" should *not* have side effects. If one...

Hello Sass maintainers, how are you? I landed here after trying to find out why I couldn't call a function without assigning it to a variable. @chriseppstein's opening comment from...

+1 for a str-split or selector-split function

something like this seems like a fairly elegant work around to me: ```scss .foo .bar { // this spoofs the selectors of `&` into a Sass list $selectors: str-replace(inspect(&), '...

With all the various quirks and inconsistencies between different Sass implementations and versions I think this is a very useful feature.

Hi - thanks so much for reporting this error. The master branch is currently unstable and in active development - (looks like the master branch is pointing to local copies...

I've now updated the master branch - please try again - though as mentioned this is still an unstable development project until the next release.

You can just locate the culpable `../../../Kayzen-GS/src/js/index.js` and replace it with `Kayzen-GS`. You can see it's pointing to a relative path (which won't exist for you) instead of using node_modules,...

And I appreciate your efforts too, you're helping a bunch with bug fixes etc. > I've also tried installing 'kayzen-gs' which is version 2.5.0 and importing '../node_modules/kayzen-gs/src/js/index.js' but this gives...

Ok, I think I've figured this one out. It's a bit annoying - I have uncommitted (and hence unreleased) changes (fixes) to Kayzen-GS, so I will have to publish a...