mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-25 05:51:23 -08:00
Fix: Build - Combine files
This commit is contained in:
parent
8b39ad2b8c
commit
89d0c6bf40
11 changed files with 18756 additions and 18747 deletions
|
|
@ -14,9 +14,6 @@
|
|||
@use "sass:selector";
|
||||
@use "sass:math";
|
||||
|
||||
@namespace xul "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";
|
||||
@namespace html "http://www.w3.org/1999/xhtml";
|
||||
|
||||
/** Default Theme - Contrast **************************************************/
|
||||
@include Option("userChrome.theme.built_in_contrast") {
|
||||
@import "theme/built_in";
|
||||
|
|
|
|||
|
|
@ -1,4 +1,7 @@
|
|||
@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.ESR;
|
||||
@import "leptonChrome";
|
||||
|
|
|
|||
|
|
@ -1,4 +1,10 @@
|
|||
@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");
|
||||
|
||||
@import "leptonChrome";
|
||||
|
||||
/*@ NIGHTLY @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
|
||||
@include mode.MEDIA_PREF;
|
||||
@import "leptonChrome";
|
||||
|
|
|
|||
|
|
@ -8,9 +8,6 @@
|
|||
@use "utils/proton_elements" as Proton;
|
||||
@use "sass:selector";
|
||||
|
||||
@namespace xul url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
||||
@namespace html url("http://www.w3.org/1999/xhtml");
|
||||
|
||||
/** Compatibility *************************************************************/
|
||||
@import "contents/compatibility";
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,7 @@
|
|||
@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.ESR;
|
||||
@import "leptonContent";
|
||||
|
|
|
|||
|
|
@ -1,4 +1,10 @@
|
|||
@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");
|
||||
|
||||
@import "leptonContent";
|
||||
|
||||
/*@ NIGHTLY @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
|
||||
@include mode.MEDIA_PREF;
|
||||
@import "leptonContent";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue