summaryrefslogtreecommitdiffstats
path: root/.stylelintrc
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2020-09-08 19:17:56 +0200
committerGitHub <noreply@github.com>2020-09-08 13:17:56 -0400
commit3865ecbf13b5091be6a03913c1a83f361228d556 (patch)
treeb4168776eeedb90adb8e0e00981ce161dd1f395b /.stylelintrc
parente2043987543d6b1e94afc22d145d70ddaf814898 (diff)
downloadgitea-3865ecbf13b5091be6a03913c1a83f361228d556.tar.gz
gitea-3865ecbf13b5091be6a03913c1a83f361228d556.zip
File header tweaks, add CSS helpers (#12635)
- replace two instances of fontawesome with octicons - add new "class" optional argument to "svg" helper - add many new CSS helpers and move their import to the end for increaseed precedence Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to '.stylelintrc')
-rw-r--r--.stylelintrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.stylelintrc b/.stylelintrc
index 0e1b38228f..427d89b5bc 100644
--- a/.stylelintrc
+++ b/.stylelintrc
@@ -5,6 +5,7 @@ rules:
block-closing-brace-empty-line-before: null
color-hex-length: null
comment-empty-line-before: null
+ declaration-block-single-line-max-declarations: null
declaration-empty-line-before: null
indentation: 2
no-descending-specificity: null