🐼 Panda v0.35.0 #2379
anubra266
announced in
Announcements
🐼 Panda v0.35.0
#2379
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.35.0:
What's Changed
Fixed
semanticTokens
generationWill now correctly generate the negative value:
styled
factory when using namespace importsAdded
!
or!important
when usingstrictTokens: true
(without TS throwing an error)config:resolved
andparser:before
parser:after
hook to dynamically addextraction results from your own logic, like using a custom parser)
allow
config option in postcss plugin.className
key insva
config which will can be used to target slots in the DOM.Each slot will contain a
${className}__${slotName}
class in addition to the atomic styles.The plugin won't parse css files in node modules. This config option lets you opt out of that for some paths.
Changed
styled-system/token
JS token function to use raw value for semanticToken that do not have conditionsother than
base
This is the output of the
styled-system/token
JS token function:Beta Was this translation helpful? Give feedback.
All reactions