mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-08-19 04:21:22 +02:00
refactor: changed from @-moz-document to @supports -moz-appearance
This commit is contained in:
@@ -12,13 +12,13 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@mixin border-image-chrome() {
|
@mixin border-image-chrome() {
|
||||||
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
|
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
|
||||||
border-image-repeat: space;
|
border-image-repeat: space;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@mixin border-image-ff() {
|
@mixin border-image-ff() {
|
||||||
@-moz-document url-prefix() {
|
@supports (-moz-appearance: meterbar) {
|
||||||
border-image-repeat: stretch;
|
border-image-repeat: stretch;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user