@chakra-ui/nuxt 0.4.1 breaks multiple css attributes.
rxmii4269 opened this issue · 5 comments
Describe the bug
Upgrading to chakra-ui/nuxt 0.4.1 from 0.3.5 breaks multiple css attributes.
To Reproduce
Steps to reproduce the behavior:
- Upgrade to chakra-ui/nuxt 0.4.1
- Run a known, working project.
- Notice some css attributes failing.
Expected behavior
css attributes are interpreted as usual prior to the upgrade.
Screenshots
Before Upgrade
After Upgrade
Notice background failing to convert the blue.900 to the proper hex value
Hi @codebender828, sent an invite just now.
Hi, did you found reason about this bug. I try to upgrade to v0.4 (because v0.3 only use chakra vue v0.9) and got same issue. i can see look like module nolonger reading config anymore. with attribute fontSize="xs"
not convert to actual value, it keep same font-size: xs
in rendered css.
Hi @TrungRueta and @rxmii4269
I just fixed this issue in @chakra-ui/nuxt@0.4.2-next.0
. See this gitpod to test it: https://purple-raven-oz2ap33e.ws-us16.gitpod.io/
Will create a new release and publish to npm shortly.
Please upgrade to @chakra-ui/nuxt@^0.4.2
. Fixed in #480