diff options
author | silverwind <me@silverwind.io> | 2023-05-16 06:13:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-16 00:13:30 -0400 |
commit | b926f96da777baf3a0e61fd6e6e19cb969cb0780 (patch) | |
tree | bdb0b2e64d8893d315e034c24f3d760fccf61537 /.stylelintrc.yaml | |
parent | c78b923822f219922c4ffb982ece05c9688e9656 (diff) | |
download | gitea-b926f96da777baf3a0e61fd6e6e19cb969cb0780.tar.gz gitea-b926f96da777baf3a0e61fd6e6e19cb969cb0780.zip |
Reorganize CSS files (#24739)
Reorganize various CSS files for clarity, group together by subdirectory
in `index.css`. This reorders some of the rules, but I don't think it
should introduce any issues because of that.
Diffstat (limited to '.stylelintrc.yaml')
-rw-r--r-- | .stylelintrc.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.stylelintrc.yaml b/.stylelintrc.yaml index 220af352a1..c6289fe261 100644 --- a/.stylelintrc.yaml +++ b/.stylelintrc.yaml @@ -5,7 +5,7 @@ ignoreFiles: - "**/*.go" overrides: - - files: ["**/chroma/*", "**/codemirror/*", "**/standalone/*", "**/console/*"] + - files: ["**/chroma/*", "**/codemirror/*", "**/standalone/*", "**/console.css"] rules: scale-unlimited/declaration-strict-value: null - files: ["**/chroma/*", "**/codemirror/*"] |