Skip to content

Commit

Permalink
CSS Fix - tailwind and postcss need to be declared in a particular or…
Browse files Browse the repository at this point in the history
…der (are you kidding me, what a joke)
  • Loading branch information
dylancashman committed Feb 7, 2024
1 parent 286ad0a commit 60f20db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// see https://tailwindcss.com/docs/installation/using-postcss
module.exports = {
plugins: {
'postcss-import': {},
tailwindcss: {},
autoprefixer: {},
'postcss-preset-env': {},
'postcss-import': {}
autoprefixer: {}
}
};
3 changes: 0 additions & 3 deletions src/styles/tailwind.css

This file was deleted.

0 comments on commit 60f20db

Please sign in to comment.