Skip to content

Commit

Permalink
fix: important config value is now supported in twind
Browse files Browse the repository at this point in the history
  • Loading branch information
sastan committed Mar 22, 2021
1 parent 606660a commit b6fc6d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/load.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ export const loadConfig = (configFile: string, cwd = process.cwd()): Configurati
Object.values(config.variants || {}).some((value) => typeof value == 'object') ||
typeof config.prefix == 'string',
'presets' in config ||
'important' in config ||
'separator' in config ||
'variantOrder' in config ||
'corePlugins' in config ||
Expand Down

0 comments on commit b6fc6d5

Please sign in to comment.