Skip to content

Commit

Permalink
Postcss config
Browse files Browse the repository at this point in the history
  • Loading branch information
dzsak committed Apr 25, 2024
1 parent 620c3a8 commit 6ccc436
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions web/postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
module.exports = {
plugins: [
require('postcss-import'),
require('tailwindcss/nesting'),
require('tailwindcss'),
require('autoprefixer')
]
}

0 comments on commit 6ccc436

Please sign in to comment.