Skip to content

Commit

Permalink
add autoprefixer to postcss.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiritin committed Dec 11, 2022
1 parent a9a6ec9 commit 47a27dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module.exports = {
plugins: [
require('postcss-import'),
require('tailwindcss')
require('tailwindcss'),
require('autoprefixer')
]
}

0 comments on commit 47a27dc

Please sign in to comment.