gitea/web_src
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
..
css Enable shorthands in `declaration-strict-value` linter (#27597) 2023-10-13 08:19:21 +00:00
fomantic Remove fomantic `text` module (#26777) 2023-08-30 10:37:17 +00:00
js Replace ajax with fetch, improve image diff (#27267) 2023-10-11 12:34:21 +00:00
svg Use inline SVG for built-in OAuth providers (#25171) 2023-06-13 10:51:02 +00:00