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

CSS3 image filters are confused as LESS functions #202

Open
mindfullsilence opened this issue Oct 24, 2012 · 0 comments
Open

CSS3 image filters are confused as LESS functions #202

mindfullsilence opened this issue Oct 24, 2012 · 0 comments

Comments

@mindfullsilence
Copy link

img {
    -webkit-filter: saturate(10%);
}

This is confuzed as the LESS filter function for saturating colors and throws an error. String interpolation does work, however:

img {
    -webkit-filter: ~"saturate(10%)";
}
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

1 participant