Commit e396d41
fix: disable problematic color-function-alias-notation rule
The stylelint-config-standard 38.0.0 upgrade introduced a new rule
color-function-alias-notation that incorrectly flags valid rgba()
functions with alpha values other than 1. Disabling this rule to
prevent false positives while maintaining code quality.
Co-authored-by: martijnrusschen <[email protected]>1 parent 1502197 commit e396d41
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
0 commit comments