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 3ccfcd2 commit 3221fcbCopy full SHA for 3221fcb
lib/tailwindcss/commands.rb
@@ -58,7 +58,7 @@ def executable(
58
def compile_command(debug: false, **kwargs)
59
[
60
executable(**kwargs),
61
- "-i", Rails.root.join("app/assets/stylesheets/application.tailwind.css").to_s,
+ "-i", Rails.root.join("app/assets/stylesheets/application.tailwind.scss").to_s,
62
"-o", Rails.root.join("app/assets/builds/tailwind.css").to_s,
63
"-c", Rails.root.join("config/tailwind.config.js").to_s,
64
].tap do |command|
0 commit comments