mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-02-10 01:34:50 -08:00
Remove `-moz-document` warning to make other warnings visible. https://github.com/sass/sass/issues/3182#issuecomment-1358425926 There is also some improvement of compilation time by reducing the output.
7 lines
154 B
SCSS
7 lines
154 B
SCSS
@import "folder_icons";
|
|
|
|
@include moz-document(url "chrome://browser/content/places/places.xhtml") {
|
|
@include OS($linux) {
|
|
@import "menubar";
|
|
}
|
|
}
|