Skip to content

Commit

Permalink
feat: change tw config
Browse files Browse the repository at this point in the history
  • Loading branch information
RasenGUY committed Nov 7, 2023
1 parent 2ca5122 commit f270975
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 19 deletions.
14 changes: 3 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"ethers": "^5.7.2",
"firebase": "^10.3.1",
"joi": "^17.9.2",
"postcss-import": "^15.1.0",
"react": "^18.2.0",
"react-blockies": "^1.4.1",
"react-dom": "^18.2.0",
Expand Down
9 changes: 5 additions & 4 deletions postcss.config.cjs
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
/* eslint-disable no-undef */
//
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
plugins: [
require('postcss-import'),
require('tailwindcss'),
require('autoprefixer'),
],
}
5 changes: 1 addition & 4 deletions tailwind.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,5 @@ export default {
}
},
darkMode: 'class',
plugins: [
require('tailwindcss'),
require('autoprefixer'),
],
plugins: [],
}

0 comments on commit f270975

Please sign in to comment.