Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Bump version number and publish to npm #151

Closed
LaurentGoderre opened this issue Sep 6, 2013 · 2 comments
Closed

Bump version number and publish to npm #151

LaurentGoderre opened this issue Sep 6, 2013 · 2 comments

Comments

@LaurentGoderre
Copy link
Contributor

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

@andrew
Copy link
Contributor

andrew commented Sep 7, 2013

Just published v0.6.5: https://github.com/andrew/node-sass/releases/tag/v0.6.5

@andrew andrew closed this as completed Sep 7, 2013
@LaurentGoderre
Copy link
Contributor Author

Thanks !

/cc @nschonni

jiongle1 referenced this issue in scantist-ossops-m2/node-sass Apr 7, 2024
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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants