We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96eb5c2 commit d5d3cb1Copy full SHA for d5d3cb1
lib/install/tailwind/tailwind.config.js
@@ -2,6 +2,7 @@ module.exports = {
2
content: [
3
'./app/views/**/*.html.erb',
4
'./app/helpers/**/*.rb',
5
+ './app/assets/stylesheets/**/*.css',
6
'./app/javascript/**/*.js'
7
]
8
}
0 commit comments