Skip to content

Commit

Permalink
fix: πŸ› import errors in postcss.config
Browse files Browse the repository at this point in the history
  • Loading branch information
MinhxNguyen7 committed Nov 25, 2023
1 parent 3222228 commit 7d6fb0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { autoprefixer } from "autoprefixer";
import { tailwindcss } from "tailwindcss";
import autoprefixer from "autoprefixer";
import tailwindcss from "tailwindcss";

const config = {
plugins: [
Expand Down

0 comments on commit 7d6fb0a

Please sign in to comment.