We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75efd5c commit 4a4af2cCopy full SHA for 4a4af2c
src/types.ts
@@ -133,7 +133,7 @@ export interface ModuleOptions {
133
*
134
* @default false
135
*/
136
- experimental: Partial<ExperimentalOptions>
+ experimental?: Partial<ExperimentalOptions>
137
/**
138
* This option falls back to the Tailwind configuration inlined to the PostCSS
139
* loader, so any configuration changes while the dev server is running will
0 commit comments