mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-07-31 03:30:15 +02:00
refactor: changed from @-moz-document to @supports -moz-appearance
This commit is contained in:
@@ -12,13 +12,13 @@
|
||||
}
|
||||
|
||||
@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;
|
||||
}
|
||||
}
|
||||
|
||||
@mixin border-image-ff() {
|
||||
@-moz-document url-prefix() {
|
||||
@supports (-moz-appearance: meterbar) {
|
||||
border-image-repeat: stretch;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user