You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Color functions `rgb()` and `hsl()` have aliases `rgba()` and `hsla()`. Those are exactly equivalent, and [it's preferable](https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/rgb) to use the first variant without `a`.
393
+
*
394
+
* ### Primary Options
395
+
* - `'without-alpha'`: Applicable color-functions must always use the without alpha notation.
396
+
* - `'with-alpha'`: Applicable color-functions must always use with alpha notation.
0 commit comments