vaadin / sass-compiler

A Java Sass compiler implementation
53 stars 25 forks source link

Theme compiler bug - filter: invert #304

Open vaadin-bot opened 8 years ago

vaadin-bot commented 8 years ago

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