Support css3-conditional properly

This commit is contained in:
Kyo Nagashima
2014-06-06 02:10:59 +09:00
parent 324bec05c5
commit cb9f1b3f70
4 changed files with 18 additions and 18 deletions

View File

@@ -71,6 +71,14 @@
display: currentColor;
}
@supports (display: auto) or
(display: auto) not
(display: auto) {
.conditional {
display: auto;
}
}
.compositing {
mix-blend-mode: multiply;
isolation: screen;
@@ -453,14 +461,6 @@
display: reduced;
}
@supports (display: auto) or
(display: auto) not
(display: auto) {
.supports {
display: auto;
}
}
.text {
hyphens: manual;
line-break: loose;