Skip to content

Commit

Permalink
Add PostCSS support - this enables things like arbitrary values
Browse files Browse the repository at this point in the history
  • Loading branch information
breadthe committed Aug 11, 2024
1 parent c54628e commit 1df141c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions postcss.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module.exports = {
plugins: {
'postcss-import': {},
'tailwindcss/nesting': {},
tailwindcss: {},
autoprefixer: {},
}
}

0 comments on commit 1df141c

Please sign in to comment.