summaryrefslogtreecommitdiff
path: root/themes/light.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-02-22 16:22:44 +0300
committerAndrew Dolgov <[email protected]>2020-02-22 16:22:44 +0300
commit4ab3854aede3882779138d91594b588e1a38c70e (patch)
treefed3e75f57af7365fee88325c8ffd7e3e221c203 /themes/light.less
parent84b847074ef654a0ab5e49a3f33825e8b6d6c7c8 (diff)
don't generate default.css, replace with themes/light.css as a default root CSS file
Diffstat (limited to 'themes/light.less')
-rw-r--r--themes/light.less8
1 files changed, 1 insertions, 7 deletions
diff --git a/themes/light.less b/themes/light.less
index 18b21d26c..e0f21f110 100644
--- a/themes/light.less
+++ b/themes/light.less
@@ -1,7 +1 @@
-/* we can't simply include default.less here because then phpstorm watcher would consider this the only
- master file to generate css for, so it duplicates default.less more or less */
-
-@import "../css/defines.less";
-@import "../css/dijit_light.less";
-@import "../css/zoom.less";
-@import "../lib/flat-ttrss/flat_combined.css";
+@import "../css/default.less";