How to use Twind Extension Packages? #1621
-
I'd like to use @twind/typography for my blog post styling. But Twind Is this getting better by following re archtecture work? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I think you might have misread the code. You can pass additional twind config options to the plugin which will be merged with some default options that are then passed to twind's setup. It's not hard coded. const myTwindConfig = { } // put whatever you want in here, twind plugins, etc
await start(manifest, { plugins: [twindPlugin(myTwindConfig)] });
No, that issue is about Fresh plugins and not twind plugins. |
Beta Was this translation helpful? Give feedback.
I think you might have misread the code. You can pass additional twind config options to the plugin which will be merged with some default options that are then passed to twind's setup. It's not hard coded.
No, that issue is about Fresh plugins and not twind plugins.