aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorsilverwind2022-11-23 01:22:27 +0100
committerGitHub2022-11-23 08:22:27 +0800
commitee21d5453f335e2530ba947e1896353d663525ad (patch)
tree6f393afef1ec1659f46f341f765dfe9dfeee93bf /package.json
parent68e934ab5de6a4e8bec6f3faa8bf1e05899b8fb8 (diff)
Move all remaining colors into CSS variables (#21903)
This should eliminate all non-variable color usage in the styles, making gitea fully themeable via CSS variables. Also, it adds a linter to enforce variables for colors.
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index a90c1618f..15c2601cd 100644
--- a/package.json
+++ b/package.json
@@ -65,6 +65,7 @@
"postcss-less": "6.0.0",
"stylelint": "14.15.0",
"stylelint-config-standard": "29.0.0",
+ "stylelint-declaration-strict-value": "1.9.1",
"svgo": "3.0.2",
"updates": "13.2.1",
"vitest": "0.25.2"