We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96cff61 commit d182de9Copy full SHA for d182de9
lib/install/tailwind.config.js
@@ -4,7 +4,7 @@ module.exports = {
4
content: [
5
'./app/helpers/**/*.rb',
6
'./app/javascript/**/*.js',
7
- './app/views/**/*'
+ './app/views/**/*.erb'
8
],
9
theme: {
10
extend: {
0 commit comments