Skip to content

Commit

Permalink
tailwindcss 3.4.2
Browse files Browse the repository at this point in the history
tailwindcss: update build

Signed-off-by: Rui Chen <rui@chenrui.dev>
  • Loading branch information
BrewTestBot authored and chenrui333 committed Mar 27, 2024
1 parent 6c87d92 commit e3a5a9f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Formula/t/tailwindcss.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
class Tailwindcss < Formula
desc "Utility-first CSS framework"
homepage "https://tailwindcss.com"
url "https://github.com/tailwindlabs/tailwindcss/archive/refs/tags/v3.4.1.tar.gz"
sha256 "a3f5a288d8d0b2b9b9dbe0448fb325247fd71a758c6b645f76a93c3a4ab510fb"
url "https://github.com/tailwindlabs/tailwindcss/archive/refs/tags/v3.4.2.tar.gz"
sha256 "649f0bac61fdf669c617729911cc361e42c89d5d2d62f1ce88ee147b09a79006"
license "MIT"

bottle do
Expand All @@ -20,9 +20,6 @@ class Tailwindcss < Formula
depends_on "node" => :build

def install
node = Formula["node"].opt_bin/"node"
system node, "./scripts/swap-engines.js"

system "npm", "install", *Language::Node.local_npm_install_args
system "npm", "run", "build"

Expand Down

0 comments on commit e3a5a9f

Please sign in to comment.