Add addons to tailwind

This commit is contained in:
Anton 2023-09-21 11:07:10 +02:00
parent ecd00a4f4f
commit cb3508616f

View file

@ -7,7 +7,8 @@ module.exports = {
'./app/javascript/**/*.js',
'./app/javascript/**/*.vue',
'./app/assets/javascripts/**/*.js',
'./app/views/**/*.{erb,haml,html,slim}'
'./app/views/**/*.{erb,haml,html,slim}',
'./addons/**/*.{erb,haml,html,slim}'
],
corePlugins: {
preflight: false