1
0
Fork 0
forgejo/web_src/css
silverwind 532f166c4d
Enable shorthands in declaration-strict-value linter (#27597)
Enable [shorthand
matching](https://github.com/AndyOGo/stylelint-declaration-strict-value#expandshorthand)
in this lint rule and match color properties by regex. Patterns like
this will now fail lint:

```css
background: #123456;
border: 1px sold rgba(0,0,0,0);
```
2023-10-13 08:19:21 +00:00
..
chroma
codemirror
editor
features
markup
modules
repo Add hover background to wiki list page (#27507) 2023-10-08 10:07:55 +00:00
shared
standalone
themes
actions.css
admin.css
base.css Enable shorthands in declaration-strict-value linter (#27597) 2023-10-13 08:19:21 +00:00
dashboard.css
explore.css
font_i18n.css
form.css
helpers.css
home.css
index.css
install.css
org.css
repo.css Remove max-width and add hide text overflow (#27359) 2023-10-09 19:04:31 -04:00
review.css
user.css