You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
Hey,
I was wondering if the repo is in a stable enough state to bump the version number and publish to npm so that Windows users can build without doing the previously documented hack
Thank you
The text was updated successfully, but these errors were encountered:
CSS filter effects [0] define several functions (invert, grayscale,
opacity, saturation) that collide with the names of built-in Sass
functions. Overload these functions with a no-op when the filter effects
function signature is discovered. This is compatible with Ruby Sass.
For example, calling `invert` with a color will return an inverted color
as before:
color: invert(sass#333) => color: #cccccc
But calling `invert` with a percentage will pass through the function
call unharmed.
filter: invert(30%) => filter: invert(30%)
filter: invert(.03) => filter: invert(.03)
Fixes#151.
[0]: http://www.w3.org/TR/filter-effects/
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hey,
I was wondering if the repo is in a stable enough state to bump the version number and publish to npm so that Windows users can build without doing the previously documented hack
Thank you
The text was updated successfully, but these errors were encountered: