This repository was archived by the owner on Dec 21, 2021. It is now read-only.
This repository was archived by the owner on Dec 21, 2021. It is now read-only.
lch() not convert if I use units #12
Closed
Description
:root {
--color-primary: lch(44 70 281);
}
Converts to:
:root {
--color-primary: rgb(14, 101, 220);
}
But
:root {
--color-primary: lch(44% 70 281);
}
And
:root {
--color-primary: lch(44% 70 281deg);
}
Not converts to rgb() and mantain lch().
I am using the PostCSS cli with
"postcss": "^8.3.11", "postcss-cli": "^9.0.2", "postcss-preset-env": "^6.7.0",
Metadata
Metadata
Assignees
Labels
No labels