1
0
Fork 0
forked from forgejo/forgejo

Upgrade to stylelint 15 (#22944)

- Upgrade stylelint and plugin
- Change ruleset to a explicit one, with all deprecated rules removed
- Fix new issues detected by value validation

For `overflow: overlay` see
https://github.com/stylelint/stylelint/issues/6667
This commit is contained in:
silverwind 2023-02-21 16:23:45 +01:00 committed by GitHub
parent c8c2a31818
commit 77f70bd5a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 232 additions and 139 deletions

View file

@ -226,7 +226,7 @@ body {
@supports (overflow: overlay) {
body {
overflow: overlay;
overflow: overlay; // stylelint-disable-line
scrollbar-gutter: stable;
}
}