summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package.json1
-rw-r--r--tailwind.config.js2
2 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index e7cf96de..a103d40c 100644
--- a/package.json
+++ b/package.json
@@ -39,6 +39,7 @@
},
"devDependencies": {
"@svgr/webpack": "^6.5.0",
+ "@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.12",
"eslint": "8.26.0",
"eslint-config-next": "13.0.0",
diff --git a/tailwind.config.js b/tailwind.config.js
index e25c9203..58a0e5bb 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -97,5 +97,5 @@ module.exports = {
}
}
},
- plugins: [require('@tailwindcss/line-clamp')]
+ plugins: [require('@tailwindcss/line-clamp'), require('@tailwindcss/typography')]
}