Skip to content

Commit b6fc6d5

Browse files
committed
fix: important config value is now supported in twind
1 parent 606660a commit b6fc6d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/load.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ export const loadConfig = (configFile: string, cwd = process.cwd()): Configurati
8787
Object.values(config.variants || {}).some((value) => typeof value == 'object') ||
8888
typeof config.prefix == 'string',
8989
'presets' in config ||
90-
'important' in config ||
9190
'separator' in config ||
9291
'variantOrder' in config ||
9392
'corePlugins' in config ||

0 commit comments

Comments
 (0)