From e9b765a757b610ea970f80e7c0092bf4899acfa6 Mon Sep 17 00:00:00 2001 From: Giacomo Cavalieri Date: Thu, 21 Mar 2024 17:04:06 +0100 Subject: =?UTF-8?q?=F0=9F=94=80=20Add=20Tailwind=20support=20as=20an=20ext?= =?UTF-8?q?ernal=20tool.=20(#71)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * :sparkles: Add `lustre add tailwind` command * :sparkles: Add Tailwind bundling to `lustre build` command * ♻️ Use template for tailwind entry.css --- priv/templates/entry.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 priv/templates/entry.css (limited to 'priv/templates/entry.css') diff --git a/priv/templates/entry.css b/priv/templates/entry.css new file mode 100644 index 0000000..bd6213e --- /dev/null +++ b/priv/templates/entry.css @@ -0,0 +1,3 @@ +@tailwind base; +@tailwind components; +@tailwind utilities; \ No newline at end of file -- cgit v1.2.3