summaryrefslogtreecommitdiff
path: root/themes/light.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-02-22 15:43:28 +0300
committerAndrew Dolgov <[email protected]>2020-02-22 15:43:28 +0300
commitd6ac529d01e951d4136561bf2bb20433954ac580 (patch)
tree782dff4bbf9d7ced3d0ac4938dd64585c091fcaf /themes/light.less
parent282b445a43eaf34f79e946fd2e41bcf96a365fbe (diff)
fix default.css not being built properly by phpstorm
Diffstat (limited to 'themes/light.less')
-rw-r--r--themes/light.less8
1 files changed, 7 insertions, 1 deletions
diff --git a/themes/light.less b/themes/light.less
index e0f21f110..18b21d26c 100644
--- a/themes/light.less
+++ b/themes/light.less
@@ -1 +1,7 @@
-@import "../css/default.less";
+/* 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";