Skip to content
This repository has been archived by the owner on Jan 27, 2024. It is now read-only.

Commit

Permalink
Added plugins to tailwind
Browse files Browse the repository at this point in the history
  • Loading branch information
ShafSpecs committed Apr 17, 2022
1 parent d9e677c commit d6aa6a9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,10 @@ module.exports = {
"modern-sans": ['Moderne Sans', 'sans-serif'],
}
},
plugins: [],
plugins: [
require('@tailwindcss/typography'),
require('@tailwindcss/forms'),
require('@tailwindcss/line-clamp'),
require('@tailwindcss/aspect-ratio')
],
}

0 comments on commit d6aa6a9

Please sign in to comment.