Skip to content

Commit

Permalink
remove tailwind
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogouveia3 committed Apr 25, 2024
1 parent d32e101 commit 7c8f61c
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 339 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
"@types/react": "^18",
"@types/react-dom": "^18",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"eslint": "^8",
"eslint-config-next": "14.2.1"
}
}
}
1 change: 0 additions & 1 deletion postcss.config.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/** @type {import('postcss-load-config').Config} */
const config = {
plugins: {
tailwindcss: {},
},
};

Expand Down
4 changes: 0 additions & 4 deletions src/app/globals.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
@tailwind base;
@tailwind components;
@tailwind utilities;

/*
:root {
--foreground-rgb: 0, 0, 0;
Expand Down
20 changes: 0 additions & 20 deletions tailwind.config.ts

This file was deleted.

Loading

0 comments on commit 7c8f61c

Please sign in to comment.