Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add tests for CSS native filter functions #35

Merged
merged 1 commit into from Sep 26, 2014

Conversation

benesch
Copy link
Contributor

@benesch benesch commented Aug 13, 2014

Add tests to verify that attempts to use native CSS filter functions,
like grayscale(20%), are properly passed through to CSS unchanged,
rather than interpreted as the Sass function grayscale that operates
on colors.

Fixes compatibility with Ruby Sass.

Original issue reported in sass/libsass#151. These tests pass with
sass/libsass#467.

Add tests to verify that attempts to use native CSS filter functions,
like `grayscale(20%)`, are properly passed through to CSS unchanged,
rather than interpreted as the Sass function `grayscale` that operates
on colors.

Fixes compatibility with Ruby Sass.
@michaek
Copy link
Contributor

michaek commented Sep 26, 2014

I'm going to merge this in, but I will move the test into the todo directory for now if it doesn't pass in libsass.

michaek added a commit that referenced this pull request Sep 26, 2014
add tests for CSS native filter functions
@michaek michaek merged commit 13fea33 into sass:master Sep 26, 2014
@benesch
Copy link
Contributor Author

benesch commented Sep 26, 2014

@michaek thanks! These'll actually pass if you merge in my sister PR sass/libsass#467. Cheers!

@michaek
Copy link
Contributor

michaek commented Sep 30, 2014

I don't have the power to commit to sass/libsass. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants