1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 08:25:55 +00:00

add gulp task for less compilation

This commit is contained in:
Andrew Dolgov
2020-09-17 13:30:52 +03:00
parent 5415a0e033
commit f41fdef389
14 changed files with 47 additions and 10 deletions

View File

@@ -1882,4 +1882,3 @@ body.ttrss_main.ttrss_index.flat .post .header .title,
body.ttrss_main.ttrss_index.flat .cdm .title {
font-size: 13px ! important;
}
/*# sourceMappingURL=compact.css.map */

File diff suppressed because one or more lines are too long

View File

@@ -2117,4 +2117,3 @@ body.ttrss_main.ttrss_index.flat .post .header .title,
body.ttrss_main.ttrss_index.flat .cdm .title {
font-size: 13px ! important;
}
/*# sourceMappingURL=compact_night.css.map */

File diff suppressed because one or more lines are too long

View File

@@ -1863,4 +1863,3 @@ body.ttrss_zoom div.post div.content pre {
max-width: 98%;
overflow: auto;
}
/*# sourceMappingURL=light.css.map */

File diff suppressed because one or more lines are too long

View File

@@ -2099,4 +2099,3 @@ body.flat.ttrss_main #filterNewRuleDlg .dijitValidationTextAreaError {
body.flat.ttrss_main #filterNewRuleDlg .dijitValidationTextArea:not(.dijitValidationTextAreaError) {
background: #305030;
}
/*# sourceMappingURL=night.css.map */

File diff suppressed because one or more lines are too long

View File

@@ -2099,4 +2099,3 @@ body.flat.ttrss_main #filterNewRuleDlg .dijitValidationTextAreaError {
body.flat.ttrss_main #filterNewRuleDlg .dijitValidationTextArea:not(.dijitValidationTextAreaError) {
background: #305030;
}
/*# sourceMappingURL=night_blue.css.map */

File diff suppressed because one or more lines are too long