Skip to content

Commit

Permalink
Tailwind 3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
kodeFant committed Jan 9, 2022
1 parent b0d2e56 commit 65c1d80
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Guide/tailwindcss.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,15 @@ module.exports = {
extend: {
},
},
purge: {
content: [
"../Web/View/**/*.hs",
],
content: [
"../Web/View/**/*.hs",
],
options: {
safelist: [
// Add here custom class names. Since we're using TW's jit (Just-In-
// Time), `safelist` must be full class names, and not regex.
],
},
},
plugins: [
require('@tailwindcss/forms'),
],
Expand Down

0 comments on commit 65c1d80

Please sign in to comment.