🐼 Panda v0.34.2 #2337
anubra266
announced in
Announcements
🐼 Panda v0.34.2
#2337
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
To upgrade to v0.34.2:
What's Changed
Fixed
strictPropertyValues
with border* propertiesWe had listed
border\*
properties as affected bystrictPropertyValues
but they shouldn't be restricted as theirsyntax is too complex to be restricted. This removes any
border*
properties that do not specifically end withStyle
like
borderTopStyle
.Missing token
when using a color opacity modifier inconfig
tokens
orsemanticTokens
Would incorrectly report:
colors.green.500/half
used inconfig.semanticTokens.colors.secondary
colors.blue.500/32
used inconfig.semanticTokens.colors.secondary
Added
Allow using namespaced imports
Beta Was this translation helpful? Give feedback.
All reactions