Andrey Sitnik
Andrey Sitnik
@alexander-akait I found this improvement idea during the investigation of #14203
Is it because Can I Use data for some features was incorrect?
What about Can I Use data right now?
@alexander-akait did they fixed Can I Use data? How we can fix it?
What do we need to fix in Can I Use. I can send PR.
@alexander-akait I decided to review a difference. I started from Chrome. `≥ 61` in Can I Use vs `≥ 63` in webpack. I used Browserstack to load Chrome 61 and...
For dynamic `import()` we have exactly the same results: * https://caniuse.com/es6-module-dynamic-import * https://github.com/webpack/webpack/blob/main/lib/config/browserslistTargetHandler.js#L107-L126 Did I miss any difference?
> Looks like fixed Let’s replace to Browserslist 🥳 > do we have supports x for each item from Yeap, we can use it everywhere since you already have Browserslist...
@romainmenke’s code in `postcss-oklab-function` can be useful https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function
In CSS they have different function name `lab()`/`lch()` vs `oklab()`/`oklch()`. How did colord parse works and what is the problem?