fix: remove tailwind rules from globals.css

This commit is contained in:
Erica Marigold 2024-02-06 11:06:55 +05:30
parent fe2a534faf
commit d956bf6d17
No known key found for this signature in database
GPG key ID: 2768CC0C23D245D1

View file

@ -1,7 +1,3 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
:root {
--foreground-rgb: 0, 0, 0;
--background-start-rgb: 214, 219, 220;