Skip to content

Commit

Permalink
Configurando os plugins do tailwind
Browse files Browse the repository at this point in the history
  • Loading branch information
leanddro committed May 8, 2023
1 parent 5674b45 commit 7a62eb1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,10 @@ module.exports = {
'./app/helpers/**/*.rb',
'./app/assets/stylesheets/**/*.css',
'./app/javascript/**/*.js'
],
plugins: [
require('@tailwindcss/typography'),
require('@tailwindcss/forms'),
require('daisyui')
]
}

0 comments on commit 7a62eb1

Please # to comment.