You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to set up deny list when I set up categories in pluginStrictTokensScope.
example.
import{defineConfig}from'@pandacss/dev'import{pluginStrictTokensScope}from'@pandabox/panda-plugins'exportdefaultdefineConfig({// ...strictTokens: true,// can also be used together with// strictPropertyValues: true,//plugins: [pluginStrictTokensScope({excludeCategories: ['colors','spacing']}),],})
The text was updated successfully, but these errors were encountered:
I want to set up deny list when I set up
categories
inpluginStrictTokensScope
.example.
The text was updated successfully, but these errors were encountered: