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 480b9b6 commit e61ca79Copy full SHA for e61ca79
lib/tailwindcss/commands.rb
@@ -1,4 +1,4 @@
1
-require_relative 'upstream'
+require_relative "upstream"
2
3
module Tailwindcss
4
module Commands
@@ -25,7 +25,7 @@ def executable(
25
MESSAGE
26
end
27
28
- exe_path = Dir.glob(File.expand_path(File.join(exe_path, '*', 'tailwindcss'))).find do |f|
+ exe_path = Dir.glob(File.expand_path(File.join(exe_path, "*", "tailwindcss"))).find do |f|
29
Gem::Platform.match(Gem::Platform.new(File.basename(File.dirname(f))))
30
31
0 commit comments