Skip to content

Commit 74e4715

Browse files
committed
Update postcss config path to match new structure
1 parent 63b3788 commit 74e4715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/tailwindcss/commands.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def compile_command(debug: false, **kwargs)
1414

1515
command << "--minify" unless (debug || rails_css_compressor?)
1616

17-
postcss_path = rails_root.join("config/postcss.config.js")
17+
postcss_path = rails_root.join("postcss.config.js")
1818
command += ["--postcss", postcss_path.to_s] if File.exist?(postcss_path)
1919

2020
command

0 commit comments

Comments
 (0)