Skip to content

How to use Twind Extension Packages? #1621

Closed Answered by marvinhagemeister
ryota-murakami asked this question in Q&A
Discussion options

You must be logged in to vote

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)] });

Is this getting better by following re archtecture work?

#1602

No, that issue is about Fresh plugins and not twind plugins.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ryota-murakami
Comment options

Answer selected by ryota-murakami
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants