1
0
Fork 0
forked from github/pelican

Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
864410bb0d feat: first fixed for Tailwind v4 2025-01-23 09:22:36 +01:00
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
{
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"tailwindcss": "^3.4.17"
"@tailwindcss/typography": "^0.5.16",
"tailwindcss": "^4.0"
}
}

View file

@ -1,6 +1,6 @@
@tailwind base; /* Preflight is injected here */
@tailwind components;
@tailwind utilities;
@import "tailwindcss"; /* Preflight is injected here */
@plugin "@tailwindcss/typography";
@config "../../tailwind.config.js";
@layer base {
@font-face {