Skip to content
This repository has been archived by the owner on May 5, 2022. It is now read-only.

Theme compiler bug - filter: invert #304

Open
vaadin-bot opened this issue Sep 23, 2015 · 0 comments
Open

Theme compiler bug - filter: invert #304

vaadin-bot opened this issue Sep 23, 2015 · 0 comments
Labels

Comments

@vaadin-bot
Copy link

Originally by g.mwralhs


The following style in the SCSS file

img.invertContent{
background: inherit;
filter: invert(100%) !important;
}

will compile as

.mystyle img.invertContent {
background: inherit;
}

It seams there is a bug with the invert filter, it is not recognized since other filters are accepted. Without including another CSS style inside the class with the invert filter, it won't even appear at all.


Imported from https://dev.vaadin.com/ issue #18982

@vaadin-bot vaadin-bot added the bug label Nov 11, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant