summaryrefslogtreecommitdiff
path: root/themes/light.less
diff options
context:
space:
mode:
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";