Michael Mifsud

Results 177 comments of Michael Mifsud

I'm would like to change this output be more useful. This will likely have to come on a major version since someone in inevitably relying on parsing this json.

Thanks for the feedback @am11. Always appreciated.

@robrecord this will land in node-sass@v4 because it's a breaking change. Node Sass 4 will likely land when LibSass reaches 3.4.0

Sounds like M1 support is coming to GitHub actions soon. That should give us some arm coverage.

Does this mean the latest release doesn't work on the latest node 14? On Sun, 27 Sep 2020, 12:21 pm Nick Schonning, wrote: > > - NPM version (npm -v):...

Yeah sounds like the test is probably not useful in its current form. Happy to remove it. On Sun, 27 Sep 2020, 12:32 pm Nick Schonning, wrote: > It still...

@fvsch is mostly correct. The expected output is impossible because `rgba(color, alpha)` is a Sass function. The `color` argument must be a Sass `Color` type. Sass does not evaluation css...