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/compact.less | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'themes/compact.less') diff --git a/themes/compact.less b/themes/compact.less index 1ad149960..0a14926a4 100644 --- a/themes/compact.less +++ b/themes/compact.less @@ -1,4 +1,12 @@ -@import "../css/default.css"; +/* 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"; + +/* rules specific to compact.css */ body.ttrss_main.ttrss_index.flat { @@ -28,4 +36,4 @@ body.ttrss_main.ttrss_index.flat { } -} \ No newline at end of file +} -- cgit v1.2.3