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
In order to make extending Cerberus easier, we should convert the cerberusConfig to a function helper that accepts a new config that will merge the provided options with the Cerb config on the users behalf. Passing no params will just use the default config we are already providing.
Examples 🌈
exportdefaultdefineConfig({
...cerberusConfig({theme: {semanticTokens: {...somenewtokenswithanewthemeorsomething}keyframes,
whatever
}}),include: ['./node_modules/@cerberus/react/src/**/*.{ts,tsx}','./app/**/*.{ts,tsx}',// <- Make sure this path is to your project],exclude: [],presets: [pandaPreset,cerberusPreset],})
Motivation 🔦
No response
The text was updated successfully, but these errors were encountered:
Duplicates
Latest version
Summary 💡
In order to make extending Cerberus easier, we should convert the
cerberusConfig
to a function helper that accepts a new config that will merge the provided options with the Cerb config on the users behalf. Passing no params will just use the default config we are already providing.Examples 🌈
Motivation 🔦
No response
The text was updated successfully, but these errors were encountered: