From d06dc685f79ff1e511959734ddf2e095f0bf4bc1 Mon Sep 17 00:00:00 2001 From: Max Veytsman Date: Fri, 7 Jan 2022 13:00:25 -0500 Subject: [PATCH] Bump tailwind to 3.0.12 This includes the standalone linux build (https://github.com/tailwindlabs/tailwindcss/pull/6914) --- config/config.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.exs b/config/config.exs index 4ee1650..93b7cc5 100644 --- a/config/config.exs +++ b/config/config.exs @@ -1,7 +1,7 @@ import Config config :tailwind, - version: "3.0.10", + version: "3.0.12", another: [ args: ["--help"] ]