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 606660a commit b6fc6d5Copy full SHA for b6fc6d5
src/load.ts
@@ -87,7 +87,6 @@ export const loadConfig = (configFile: string, cwd = process.cwd()): Configurati
87
Object.values(config.variants || {}).some((value) => typeof value == 'object') ||
88
typeof config.prefix == 'string',
89
'presets' in config ||
90
- 'important' in config ||
91
'separator' in config ||
92
'variantOrder' in config ||
93
'corePlugins' in config ||
0 commit comments