-
The color spaces proposal (https://github.com/sass/sass/issues/2831) currently defines the syntax for a [Color Interpolation Method](https://github.com/sass/sass/blob/main/proposal/color-4-new-spaces.…
-
I've already brought this up in the other issues but I think it should be discussed in detail.
- Is Baseline purely an indicator of when a feature is ready for learning?
- Is Baseline purely a sup…
-
Uruchamiając stronę w trybie produkcyjnym, kolory ``oklch`` są niepoprawnie zamienianie w kolorach borderów. W konsekwencji na przeglądarkach innych niż safari wyświetlają się niewłaściwe kolory:
![I…
-
### Bug description
When specifying a series of things that generate `@supports` statements as part of their compatibility, identical, adjacent `@supports` statements will be meaninglessly generated …
-
With `mergeLonghand: true` (what cssnano-preset-default have) cssnano remove fallback CSS rules eg:
input:
```css
.foo1 {
color: red; /* fallback */
color: blue;
}
.foo2 {
border-width…
-
Currently, the [color-interpolation-method](https://drafts.csswg.org/css-color-4/#color-interpolation-method) syntax production accepts a limited list of color spaces for interpolation:
```
= srg…
-
The points by @mirisuzanne about [the overlap between `@scope` and nesting](https://github.com/w3c/csswg-drafts/issues/7970#issuecomment-1332731115) made me consider another possible direction for nes…
-
`oklch` and `oklab` fixes issues with `lch` and `lab` and add some benefits as well. Here is a great [article](https://evilmartians.com/chronicles/oklch-in-css-why-quit-rgb-hsl#oklch-vs-oklab--lch-vs-…
-
Yes, I know there are unresolved issues wrt to representing polar coordinates in `color()` and we'd need to solve these first. Maybe by changing its grammar to be `[ | | none]+` instead of `[ | none]…
-
https://drafts.csswg.org/css-color-4/#the-hsl-notation
```
= hsl(
[ | none]
[ | | none]
[ | | none]
[ / [ | none] ]? )
```
The prose and the examples don't give any …