We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d35f29 commit d00d83bCopy full SHA for d00d83b
lib/tailwindcss/commands.rb
@@ -81,6 +81,7 @@ def compile_command(debug: false, **kwargs)
81
"-c", Rails.root.join("config/tailwind.config.js").to_s,
82
].tap do |command|
83
command << "--minify" unless (debug || rails_css_compressor?)
84
+ command << "--postcss #{Rails.root.join("config/postcss.config.js")}" if File.exist?(Rails.root.join("config/postcss.config.js"))
85
end
86
87
0 commit comments