forked from github/pelican
feat: first fixed for Tailwind v4
This commit is contained in:
parent
279c589a84
commit
864410bb0d
2 changed files with 5 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@tailwindcss/typography": "^0.5.15",
|
"@tailwindcss/typography": "^0.5.16",
|
||||||
"tailwindcss": "^3.4.17"
|
"tailwindcss": "^4.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
@tailwind base; /* Preflight is injected here */
|
@import "tailwindcss"; /* Preflight is injected here */
|
||||||
@tailwind components;
|
@plugin "@tailwindcss/typography";
|
||||||
@tailwind utilities;
|
@config "../../tailwind.config.js";
|
||||||
|
|
||||||
@layer base {
|
@layer base {
|
||||||
@font-face {
|
@font-face {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue