Opt out of generating colorPalette tokens? #3127
adbutterfield
started this conversation in
General
Replies: 1 comment 1 reply
-
Just to be clear, do you mean opting out of colorPalette generally or just for the token.js file? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was doing some bundle analysis of an application using our component library backed by Panda, and I noticed the
tokens.js
file is quite big. Poking through it I saw all thecolorPalette
tokens. 139 tokens, in 566 lines of code.I was wondering if there's a way to opt out from generating all these tokens? Deleting them all drops file size by 15kb.
Beta Was this translation helpful? Give feedback.
All reactions