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 0727b74 commit 7694e65Copy full SHA for 7694e65
src/index.js
@@ -7,11 +7,11 @@ import * as prettierParserAngular from 'prettier/plugins/angular'
7
import * as prettierParserBabel from 'prettier/plugins/babel'
8
// @ts-ignore
9
import * as recast from 'recast'
10
+import { getTailwindConfig } from './config.js'
11
import { getCustomizations } from './options.js'
12
+import { loadPlugins } from './plugins.js'
13
import { sortClasses, sortClassList } from './sorting.js'
14
import { visit } from './utils.js'
-import { getTailwindConfig } from './config.js'
-import { loadPlugins } from './plugins.js'
15
16
let base = await loadPlugins()
17
0 commit comments