Skip to content

Commit

Permalink
fix(docs/postcss): use string instead of import
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaa committed Dec 4, 2024
1 parent 16f585e commit 5fa06c3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions docs/postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import autoprefixer from 'autoprefixer'
import tailwindcss from 'tailwindcss'

export default {
plugins: [
autoprefixer(),
tailwindcss(),
'autoprefixer',
'tailwindcss',
],
}

0 comments on commit 5fa06c3

Please sign in to comment.