mixin for ie 10+ only
This commit is contained in:
parent
59761800df
commit
d409160170
@ -35,3 +35,10 @@
|
|||||||
[v-cloak] {
|
[v-cloak] {
|
||||||
display: none
|
display: none
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@mixin ie-only {
|
||||||
|
// Applies to IE 10+
|
||||||
|
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
||||||
|
@content;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user