Firefox-UI-Fix/src/leptonChromeNightly.scss
alstjr7375 d46476ce72 Fix: @media -moz-pref supports #1072
ESR era syntax has been removed.
2025-03-11 03:01:12 +09:00

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";