Skip to content

Commit

Permalink
add tailwindcss-forms plugin #8
Browse files Browse the repository at this point in the history
  • Loading branch information
ukorvl committed Sep 4, 2023
1 parent c3a40d7 commit b4db03b
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
33 changes: 33 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@hotjar/browser": "^1.0.9",
"@tailwindcss/forms": "^0.5.6",
"@types/node": "20.1.1",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
Expand Down
5 changes: 5 additions & 0 deletions tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,9 @@ export default {
'./app/**/*.{js,ts,jsx,tsx,mdx}',
],
theme,
plugins: [
require('@tailwindcss/forms')({
strategy: 'base',
}),
],
} satisfies Config;

0 comments on commit b4db03b

Please sign in to comment.