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 3ed1ba5 commit 107472aCopy full SHA for 107472a
index.js
@@ -1,5 +1,5 @@
1
-import { flatten } from 'flat'
2
-import plugin from 'tailwindcss/plugin'
+const { flatten } = require('flat')
+const plugin = require('tailwindcss/plugin')
3
4
const normalizeValues = (config) => Object.fromEntries(
5
Object.entries(flatten(config, { delimiter: '-', maxDepth: 2 })).sort(([a], [b]) => a === 'DEFAULT' ? -1 : 1)
0 commit comments