Michael Mifsud
Michael Mifsud
## Description The `--variant` flag was removed in https://github.com/apollographql/rover/issues/101 in favour of `graph@variant` positional argument. Formatted positional arguments are problematic in environments without substitution or templating capabilities i.e. npm/yarn scripts....
This appears to have broken since Nov 12, 2015. This breaks all node version manager tools on centos. This can be worked around by using `-k` flag but currently no...
#3193 was accidentally released in v7.0.2 and broken binary downloads. See #3297. We need to resolve this before v8.0.0 which will bring in Node 18 support.
Hello 👋 I'm the maintainer of node-sass. I'd love for us to work together to move some of these changes upstream. Forking node-sass in this way is going to quickly...
Version v1.1.2 See https://github.com/sass/libsass/issues/2637 https://github.com/sass/libsass/issues/2638 ### input ```css @import url(http://fonts.googleapis.com/css?family=Limelight&subset=latin,latin-ext) ``` ### expected output ```css @import url(http://fonts.googleapis.com/css?family=Limelight&subset=latin,latin-ext) ``` ### actual output ```css @import url(http://fonts.googleapis.com/css?family=Limelight&subset=latin,"latin-ext)"; ```
Originally reported in https://github.com/sass/node-sass/issues/1402 ``` sass foo bar ``` Should produce the following warning ``` WARNING on line 2 of test.sass: This selector doesn't have any properties and will not...
Originally reported in https://github.com/sass/node-sass/issues/1402 ``` sass foo bar: baz; ``` Should produce the following error ``` Error: Invalid CSS after "baz": expected expression (e.g. 1px, bold), was ";" on line...
This is revised implementation of #4 with 4536% more sexy. ### Feature Pause gallery autoplay whilst an item is being hovered over as one would expect from a tradition javascript...
Augment https://github.com/99designs/telemetry/pull/11
Bumping node-sass@^9 devDependency so we can CI on Node 20.