Firefox-UI-Fix/src/library/_chrome.scss
alstjr7375 300d3d9c77 Clean: Code - SCSS -moz-document warning
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.
2022-12-23 14:17:06 +09:00

7 lines
154 B
SCSS

@import "folder_icons";
@include moz-document(url "chrome://browser/content/places/places.xhtml") {
@include OS($linux) {
@import "menubar";
}
}