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

CSS3 image filters are confused as LESS functions #202

Open
@mindfullsilence

Description

@mindfullsilence
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%)";
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions