We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63b3788 commit 74e4715Copy full SHA for 74e4715
lib/tailwindcss/commands.rb
@@ -14,7 +14,7 @@ def compile_command(debug: false, **kwargs)
14
15
command << "--minify" unless (debug || rails_css_compressor?)
16
17
- postcss_path = rails_root.join("config/postcss.config.js")
+ postcss_path = rails_root.join("postcss.config.js")
18
command += ["--postcss", postcss_path.to_s] if File.exist?(postcss_path)
19
20
command
0 commit comments