Skip to content

Commit

Permalink
use postcss nesting plugin
Browse files Browse the repository at this point in the history
Although nesting is supported in most browsers now, this silences a vite warning and transpiles it to non-nested CSS.
  • Loading branch information
bates64 committed Sep 25, 2023
1 parent 2dd2a7f commit f3ecade
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions postcss.config.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module.exports = {
plugins: {
"tailwindcss/nesting": {},
tailwindcss: {},
autoprefixer: {},
},
};

0 comments on commit f3ecade

Please sign in to comment.