Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
thecrypticace committed Aug 31, 2023
1 parent 0727b74 commit 7694e65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ import * as prettierParserAngular from 'prettier/plugins/angular'
import * as prettierParserBabel from 'prettier/plugins/babel'
// @ts-ignore
import * as recast from 'recast'
import { getTailwindConfig } from './config.js'
import { getCustomizations } from './options.js'
import { loadPlugins } from './plugins.js'
import { sortClasses, sortClassList } from './sorting.js'
import { visit } from './utils.js'
import { getTailwindConfig } from './config.js'
import { loadPlugins } from './plugins.js'

let base = await loadPlugins()

Expand Down

0 comments on commit 7694e65

Please sign in to comment.