Skip to content

Commit

Permalink
Organize import paths
Browse files Browse the repository at this point in the history
  • Loading branch information
qrac committed Jun 6, 2022
1 parent 96807e5 commit c65b170
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/css.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
import path from "path"
import fs from "fs-extra"

import postcss from "postcss"
import postcssModules from "postcss-modules"

import type { Plugin } from "esbuild"
import type Less from "less"
import type Sass from "sass"
import type Stylus from "stylus"

import fs from "fs-extra"
import path from "path"
import postcss from "postcss"
import postcssModules from "postcss-modules"

import type { CssOptions } from "./types.js"

enum PreprocessLang {
Expand Down

0 comments on commit c65b170

Please sign in to comment.