Skip to content

Commit 3221fcb

Browse files
author
PatrickatPaperlessPCS
committed
added changed css to scss in ln 61 of commands.rb
1 parent 3ccfcd2 commit 3221fcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/tailwindcss/commands.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def executable(
5858
def compile_command(debug: false, **kwargs)
5959
[
6060
executable(**kwargs),
61-
"-i", Rails.root.join("app/assets/stylesheets/application.tailwind.css").to_s,
61+
"-i", Rails.root.join("app/assets/stylesheets/application.tailwind.scss").to_s,
6262
"-o", Rails.root.join("app/assets/builds/tailwind.css").to_s,
6363
"-c", Rails.root.join("config/tailwind.config.js").to_s,
6464
].tap do |command|

0 commit comments

Comments
 (0)