diff options
author | silverwind <me@silverwind.io> | 2023-04-03 01:47:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-02 19:47:14 -0400 |
commit | af4c1784520cddf72408a498be2c60bc98661a35 (patch) | |
tree | ca79af418c4d395ef45d28e8d41696a46cbd4a12 /.stylelintrc.yaml | |
parent | d5d9c56ac26e2b88db40ce516151c63495bc3e77 (diff) | |
download | gitea-af4c1784520cddf72408a498be2c60bc98661a35.tar.gz gitea-af4c1784520cddf72408a498be2c60bc98661a35.zip |
Update JS deps (#23853)
- Update all JS dependencies
- Regenerate svgs
- Tested heatmap, swagger, citation
Diffstat (limited to '.stylelintrc.yaml')
-rw-r--r-- | .stylelintrc.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.stylelintrc.yaml b/.stylelintrc.yaml index 62660fcf94..64c4122ec3 100644 --- a/.stylelintrc.yaml +++ b/.stylelintrc.yaml @@ -88,6 +88,7 @@ rules: no-invalid-position-at-import-rule: null no-irregular-whitespace: true no-unknown-animations: null + no-unknown-custom-properties: null number-max-precision: null property-allowed-list: null property-disallowed-list: null |