Overrides to colortheme.less will nolonger block the adding of new keys to the original file

This commit is contained in:
Caleb James DeLisle
2017-12-05 18:32:23 +01:00
parent c702a23c77
commit 1dabea84d9
21 changed files with 26 additions and 20 deletions

View File

@@ -3,7 +3,7 @@ WARNING: THIS FILE DOES NOTHING
It exists only as a proposal of what CSS you should use in loading.js
The CSS inside of loading.js is precompiled in order to save 200ish milliseconds to the loading screen.
*/
@import (once) "./include/colortheme.less";
@import (once) "./include/colortheme-all.less";
@import (once) "./include/browser.less";
#cp-loading {