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:
Oliver Davies 2020-08-10 02:02:35 +01:00
parent fe7142e1f1
commit 1b2cbc1a9b
8 changed files with 28 additions and 122 deletions

View file

@ -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",