Richard Lyon

Results 34 comments of Richard Lyon

I see. I _think_ the fix to this is changing extractArgs [1] to add the arguments to the scope as they are processed, rather than afterwards. Unfortunately, they are processed...

It might be possible to fix it within SassMixinNode [1] but then the behavior should also change in any other parametered directives, so if it can be fixed within SassScriptFunction...

@HeBuTy hi, this project is not really maintained any more. `grid-template-columns` in particular are something that came into the CSS spec after I stopped working on it. The problem will...

@joejoseph00 happy to add you as a maintainer as otherwise this is basically abandonware 🙃 Agree that maybe a fork has taken this further. This was originally a fork of...

@joejoseph00 yeah i wrote those modules... again, abandoned after I moved job 6 or so years ago. Pretty crazy to hear this is still being used!

If you wish to host it, I'll change the URL on the readme.

I was just thinking it's probably a context issue! I think it's actually an issue with how variables are handled generally. The way variables work now (similar to how PHP...

Confirmed, apparently the tests for this aren't working properly...

Hmm, maybe it's a bug in the online compiler, not PHPSass itself. This is running the latest version (as of this comment) on the sample code: http://phpsass.com/try/phpsass/test.php?name=extend_placeholders2&full=true Can you verify...

thomp538: you can test changes to the compiler aganist the test suite by running test.php in a browser. Unfortunately in this case, the change breaks the compiler quite heavily. I...