From d6ac529d01e951d4136561bf2bb20433954ac580 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 22 Feb 2020 15:43:28 +0300 Subject: fix default.css not being built properly by phpstorm --- themes/light.less | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'themes/light.less') 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"; -- cgit v1.2.3