Skip to content

Commit

Permalink
postcss config moved
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Oct 22, 2023
1 parent e308166 commit ec3c45b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module.exports = {
plugins: [
{
"plugins": [
"postcss-import",
"tailwindcss/nesting",
"tailwindcss",
"autoprefixer"
]
};
}

0 comments on commit ec3c45b

Please sign in to comment.