Skip to content

Commit

Permalink
feat: add postcss-nesting to postcss config
Browse files Browse the repository at this point in the history
  • Loading branch information
Jouissance-seeker committed Jan 11, 2024
1 parent 9e6bb23 commit 0d9c684
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
module.exports = {
plugins: {
"postcss-nesting": {},
"postcss-import": {},
"tailwindcss/nesting": {},
tailwindcss: {},
autoprefixer: {},
},
}
};
2 changes: 1 addition & 1 deletion src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ body {
rgb(var(--background-end-rgb))
)
rgb(var(--background-start-rgb));
}
}

0 comments on commit 0d9c684

Please sign in to comment.