feat(tailwind): added typography plugin
This commit is contained in:
parent
1d09f7e4b4
commit
7a1f19545c
2 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
|||
"@hotwired/stimulus": "^3.2.2",
|
||||
"@hotwired/stimulus-webpack-helpers": "^1.0.1",
|
||||
"@hotwired/turbo": "^8.0.13",
|
||||
"@tailwindcss/typography": "^0.5.16",
|
||||
"concurrently": "^9.2.1",
|
||||
"tailwindcss": "^4.1.12"
|
||||
},
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
@import "tailwindcss";
|
||||
@plugin "@tailwindcss/typography";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue