mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 08:35:55 +00:00
fix default.css not being built properly by phpstorm
This commit is contained in:
1952
themes/compact.css
1952
themes/compact.css
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
@@ -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 {
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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,
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -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";
|
||||
|
||||
2181
themes/night_base.css
Normal file
2181
themes/night_base.css
Normal file
File diff suppressed because it is too large
Load Diff
1
themes/night_base.css.map
Normal file
1
themes/night_base.css.map
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user