Skip to content

Commit

Permalink
remove tailwind config
Browse files Browse the repository at this point in the history
  • Loading branch information
lasseklovstad committed Feb 16, 2025
1 parent 0e3580f commit 957a6ea
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 33 deletions.
6 changes: 4 additions & 2 deletions app/tailwind.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
@import 'tailwindcss';
@import "tailwindcss";

@config '../tailwind.config.ts';
@theme {
--font-cursive: "Cursive-1", "sans-serif";
}

/*
The default border color has changed to `currentColor` in Tailwind CSS v4,
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
},
"dependencies": {
"@react-router/cloudflare": "^7.1.5",
"@tailwindcss/aspect-ratio": "0.4.2",
"@tailwindcss/postcss": "^4.0.0",
"cloudinary": "2.0.3",
"cloudinary-build-url": "0.2.4",
Expand Down
12 changes: 0 additions & 12 deletions pnpm-lock.yaml

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

18 changes: 0 additions & 18 deletions tailwind.config.ts

This file was deleted.

0 comments on commit 957a6ea

Please sign in to comment.