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 1cf3006 commit fa9ef12Copy full SHA for fa9ef12
index.js
@@ -1,5 +1,5 @@
1
-const { flatten } = require('flat')
2
-const plugin = require('tailwindcss/plugin')
+import { flatten } from 'flat'
+import plugin from '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