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.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'themes/light.css') diff --git a/themes/light.css b/themes/light.css index 8f1542735..a10589533 100644 --- a/themes/light.css +++ b/themes/light.css @@ -1,3 +1,5 @@ +/* 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 "../lib/flat-ttrss/flat_combined.css"; body.ttrss_main, body.ttrss_prefs, -- cgit v1.2.3