Commit 80f1ac6
committed
fix: replace CSS4 rgb() notation with rgba() for SCSS compiler compat
The space-separated rgb(r g b / a) syntax is not supported by the SCSS
compiler used in CI. Replaced with rgba(r, g, b, a) and disabled the
conflicting stylelint color-function-notation and alpha-value-notation
rules to allow legacy notation.1 parent 602f2ea commit 80f1ac6
2 files changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
28 | 32 | | |
29 | 33 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
572 | 572 | | |
573 | 573 | | |
574 | 574 | | |
575 | | - | |
| 575 | + | |
576 | 576 | | |
577 | 577 | | |
578 | 578 | | |
| |||
0 commit comments