Remove repeated tailwind imports causing issues

This commit is contained in:
Reece 2025-06-18 13:36:24 +01:00
parent e7995a0256
commit bf6a74210f

View File

@ -1,8 +1,3 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
@ -12,7 +7,6 @@ body {
-moz-osx-font-smoothing: grayscale;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
monospace;