lib/generators/avo/templates/tailwindcss/tailwind.config.js in avo-3.11.10 vs lib/generators/avo/templates/tailwindcss/tailwind.config.js in avo-3.12.0
- old
+ new
@@ -5,7 +5,8 @@
content: [
...avoPreset.content,
'./app/views/**/*.html.erb',
'./app/helpers/**/*.rb',
'./app/javascript/**/*.js',
+ './app/components/avo/**/*.html.erb',
],
}