Skip to content

Commit 71219af

Browse files
committed
Add tailwind typography
1 parent 1dee512 commit 71219af

File tree

3 files changed

+48
-2
lines changed

3 files changed

+48
-2
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"assets"
1313
],
1414
"dependencies": {
15+
"@tailwindcss/typography": "^0.5.10",
1516
"daisyui": "^4.6.0",
1617
"tailwindcss": "^3.4.1"
1718
},

tailwind/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
const daisyui = require('daisyui')
21
const themes = require('daisyui/src/theming/themes')
32

43
/** @type {import('tailwindcss').Config} */
54
module.exports = {
6-
plugins: [daisyui],
5+
plugins: [require('@tailwindcss/typography'), require('daisyui')],
76
daisyui: {
87
themes: [
98
{

yarn.lock

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,12 +128,27 @@ __metadata:
128128
version: 0.0.0-use.local
129129
resolution: "@redbrick/design-system@workspace:."
130130
dependencies:
131+
"@tailwindcss/typography": "npm:^0.5.10"
131132
daisyui: "npm:^4.6.0"
132133
http-server: "npm:^14.1.1"
133134
tailwindcss: "npm:^3.4.1"
134135
languageName: unknown
135136
linkType: soft
136137

138+
"@tailwindcss/typography@npm:^0.5.10":
139+
version: 0.5.10
140+
resolution: "@tailwindcss/typography@npm:0.5.10"
141+
dependencies:
142+
lodash.castarray: "npm:^4.4.0"
143+
lodash.isplainobject: "npm:^4.0.6"
144+
lodash.merge: "npm:^4.6.2"
145+
postcss-selector-parser: "npm:6.0.10"
146+
peerDependencies:
147+
tailwindcss: "*"
148+
checksum: 0fa9c96bf091fb79fdc39a0244027b3891e9205f714197c8196e7ba2305523ce8695d14b912366de9b77d4b1d3a742fb7f9bc9bb633fddc7c7f13374b41075d2
149+
languageName: node
150+
linkType: hard
151+
137152
"abbrev@npm:^2.0.0":
138153
version: 2.0.0
139154
resolution: "abbrev@npm:2.0.0"
@@ -951,6 +966,27 @@ __metadata:
951966
languageName: node
952967
linkType: hard
953968

969+
"lodash.castarray@npm:^4.4.0":
970+
version: 4.4.0
971+
resolution: "lodash.castarray@npm:4.4.0"
972+
checksum: 0bf523ad1596a5bf17869ba047235b4453eee927005013ae152345e2b291b81a02e7f2b7c38f876a1d16f73c34aa3c3241e965193e5b31595035bc8f330c4358
973+
languageName: node
974+
linkType: hard
975+
976+
"lodash.isplainobject@npm:^4.0.6":
977+
version: 4.0.6
978+
resolution: "lodash.isplainobject@npm:4.0.6"
979+
checksum: afd70b5c450d1e09f32a737bed06ff85b873ecd3d3d3400458725283e3f2e0bb6bf48e67dbe7a309eb371a822b16a26cca4a63c8c52db3fc7dc9d5f9dd324cbb
980+
languageName: node
981+
linkType: hard
982+
983+
"lodash.merge@npm:^4.6.2":
984+
version: 4.6.2
985+
resolution: "lodash.merge@npm:4.6.2"
986+
checksum: 402fa16a1edd7538de5b5903a90228aa48eb5533986ba7fa26606a49db2572bf414ff73a2c9f5d5fd36b31c46a5d5c7e1527749c07cbcf965ccff5fbdf32c506
987+
languageName: node
988+
linkType: hard
989+
954990
"lodash@npm:^4.17.14":
955991
version: 4.17.21
956992
resolution: "lodash@npm:4.17.21"
@@ -1373,6 +1409,16 @@ __metadata:
13731409
languageName: node
13741410
linkType: hard
13751411

1412+
"postcss-selector-parser@npm:6.0.10":
1413+
version: 6.0.10
1414+
resolution: "postcss-selector-parser@npm:6.0.10"
1415+
dependencies:
1416+
cssesc: "npm:^3.0.0"
1417+
util-deprecate: "npm:^1.0.2"
1418+
checksum: a0b27c5e3f7604c8dc7cd83f145fdd7b21448e0d86072da99e0d78e536ba27aa9db2d42024c50aa530408ee517c4bdc0260529e1afb56608f9a82e839c207e82
1419+
languageName: node
1420+
linkType: hard
1421+
13761422
"postcss-selector-parser@npm:^6.0.11":
13771423
version: 6.0.15
13781424
resolution: "postcss-selector-parser@npm:6.0.15"

0 commit comments

Comments
 (0)