mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-21 20:11:58 -08:00
12 lines
403 B
SCSS
12 lines
403 B
SCSS
/*= Theme - Compatibility ====================================================*/
|
|
@include Option("userChrome.compatibility.theme") {
|
|
@import "theme";
|
|
}
|
|
|
|
/*= OS - Compatibility =======================================================*/
|
|
@include Option("userChrome.compatibility.os") {
|
|
@import "os";
|
|
}
|
|
|
|
/*= Others - Compatibility ===================================================*/
|
|
@import "others";
|