mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-30 12:20:36 -08:00
Fix: Build - Combine files
This commit is contained in:
parent
8b39ad2b8c
commit
89d0c6bf40
11 changed files with 18756 additions and 18747 deletions
14960
css/leptonChrome.css
generated
14960
css/leptonChrome.css
generated
File diff suppressed because it is too large
Load diff
14958
css/leptonChromeNightly.css
generated
14958
css/leptonChromeNightly.css
generated
File diff suppressed because it is too large
Load diff
3778
css/leptonContent.css
generated
3778
css/leptonContent.css
generated
File diff suppressed because it is too large
Load diff
3779
css/leptonContentNightly.css
generated
3779
css/leptonContentNightly.css
generated
File diff suppressed because it is too large
Load diff
|
|
@ -15,9 +15,9 @@
|
|||
"homepage": "https://github.com/black7375/Firefox-UI-Fix#readme",
|
||||
"scripts": {
|
||||
"build": "yarn build:scss && yarn format:build",
|
||||
"build:scss": "sass --no-source-map src/leptonChrome.scss:css/leptonChrome.css src/leptonContent.scss:css/leptonContent.css src/leptonChromeESR.scss:css/leptonChromeESR.css src/leptonContentESR.scss:css/leptonContentESR.css src/leptonChromeNightly.scss:css/leptonChromeNightly.css src/leptonContentNightly.scss:css/leptonContentNightly.css",
|
||||
"build:scss": "sass --no-source-map src/leptonChromeNightly.scss:css/leptonChrome.css src/leptonContentNightly.scss:css/leptonContent.css src/leptonChromeESR.scss:css/leptonChromeESR.css src/leptonContentESR.scss:css/leptonContentESR.css",
|
||||
"format": "prettier --write .",
|
||||
"format:build": "prettier --write css/leptonChrome.css css/leptonContent.css css/leptonChromeESR.css css/leptonContentESR.css css/leptonChromeNightly.css css/leptonContentNightly.css",
|
||||
"format:build": "prettier --write css/leptonChrome.css css/leptonContent.css css/leptonChromeESR.css css/leptonContentESR.css",
|
||||
"test": "jest",
|
||||
"validate": "csstree-validator css/leptonChrome.css; csstree-validator css/leptonContent.css"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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