Add and use Tailwind CSS typography plugin
Replace custom markup styles with Tailwind CSS's typography/prose plugin (https://github.com/tailwindlabs/tailwindcss-typography).
This commit is contained in:
parent
fe7142e1f1
commit
1b2cbc1a9b
8 changed files with 28 additions and 122 deletions
6
web/themes/custom/opdavies/package-lock.json
generated
6
web/themes/custom/opdavies/package-lock.json
generated
|
@ -1102,6 +1102,12 @@
|
|||
"yargs-parser": "^18.1.3"
|
||||
}
|
||||
},
|
||||
"@tailwindcss/typography": {
|
||||
"version": "0.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.2.0.tgz",
|
||||
"integrity": "sha512-aPgMH+CjQiScLZculoDNOQUrrK2ktkbl3D6uCLYp1jgYRlNDrMONu9nMu8LfwAeetYNpVNeIGx7WzHSu0kvECg==",
|
||||
"dev": true
|
||||
},
|
||||
"@types/anymatch": {
|
||||
"version": "1.3.1",
|
||||
"resolved": "https://registry.npmjs.org/@types/anymatch/-/anymatch-1.3.1.tgz",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue