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 397ac04 commit ce57e42Copy full SHA for ce57e42
lib/tailwindcss/ruby/upstream.rb
@@ -1,7 +1,7 @@
1
module Tailwindcss
2
module Ruby
3
module Upstream
4
- VERSION = "v3.4.13"
+ VERSION = "v4.0.0-alpha.25"
5
6
# rubygems platform name => upstream release filename
7
NATIVE_PLATFORMS = {
@@ -11,7 +11,7 @@ module Upstream
11
"x86_64-darwin" => "tailwindcss-macos-x64",
12
"x86_64-linux" => "tailwindcss-linux-x64",
13
"aarch64-linux" => "tailwindcss-linux-arm64",
14
- "arm-linux" => "tailwindcss-linux-armv7",
+# "arm-linux" => "tailwindcss-linux-armv7",
15
}
16
end
17
0 commit comments