Skip to content

Commit

Permalink
fix(module): register typography plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Jun 30, 2022
1 parent a689542 commit bbbe57d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ export default defineNuxtModule<ModuleOptions>({
plugins: [
require('@tailwindcss/forms'),
require('@tailwindcss/line-clamp'),
require('@tailwindcss/aspect-ratio')
require('@tailwindcss/aspect-ratio'),
require('@tailwindcss/typography')
],
content: [
resolve(runtimeDir, 'components/**/*.{vue,js,ts}'),
Expand Down

0 comments on commit bbbe57d

Please sign in to comment.