You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/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);
```
9 months ago
..
css Enable shorthands in `declaration-strict-value` linter (#27597) 9 months ago
fomantic Remove fomantic `text` module (#26777) 10 months ago
js Replace ajax with fetch, improve image diff (#27267) 9 months ago
svg Use inline SVG for built-in OAuth providers (#25171) 1 year ago