Skip to content
This repository has been archived by the owner on Jul 13, 2022. It is now read-only.

Commit

Permalink
remove tailwindcss
Browse files Browse the repository at this point in the history
  • Loading branch information
raikasdev committed Mar 31, 2022
1 parent 9555fd1 commit c80d160
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 236 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"@mantine/hooks": "^4.0.7",
"@mantine/next": "^4.0.7",
"@rittaschool/shared": "^0.0.27",
"@tailwindcss/forms": "^0.5.0",
"autoprefixer": "^10.4.2",
"bootstrap": "^5.1.3",
"dayjs": "^1.10.7",
Expand All @@ -29,8 +28,7 @@
"react-feather": "^2.0.9",
"react-grid-layout": "^1.3.3",
"react-icons": "^4.3.1",
"tabler-icons-react": "^1.39.0",
"tailwindcss": "^3.0.15"
"tabler-icons-react": "^1.39.0"
},
"devDependencies": {
"@svgr/webpack": "^6.2.1",
Expand Down
1 change: 0 additions & 1 deletion postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}
3 changes: 0 additions & 3 deletions styles/styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
17 changes: 0 additions & 17 deletions tailwind.config.js

This file was deleted.

Loading

0 comments on commit c80d160

Please sign in to comment.