mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-06 02:30:54 -08:00
11 lines
346 B
SCSS
11 lines
346 B
SCSS
@use "utils/mode";
|
|
|
|
@namespace xul url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
|
@namespace html url("http://www.w3.org/1999/xhtml");
|
|
|
|
@include mode.MEDIA_PREF;
|
|
@import "leptonChrome";
|
|
|
|
/*@ DEPRECATED @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
|
|
@include mode.MEDIA_BOOL_PREF;
|
|
@import "leptonChrome";
|