Closed yoching closed 1 year ago
It seems that CSS variable name was inappropriate.
--gray-darken-10 -> --color-gray-darken-10
--gray-darken-10
--color-gray-darken-10
check-css-vars catch this bug and triggers error in CI in another PR.
check-css-vars
❯❯❯ npm run check-css-vars > check-css-vars > scripts/check-css-vars.mjs 🚨 Error! 1 undefined CSS variables used: --gray-darken-10
nice! thanks
It seems that CSS variable name was inappropriate.
--gray-darken-10
->--color-gray-darken-10
check-css-vars
catch this bug and triggers error in CI in another PR.