aboutsummaryrefslogtreecommitdiff
path: root/priv
diff options
context:
space:
mode:
authorGiacomo Cavalieri <giacomo.cavalieri@icloud.com>2024-03-21 17:04:06 +0100
committerGitHub <noreply@github.com>2024-03-21 16:04:06 +0000
commite9b765a757b610ea970f80e7c0092bf4899acfa6 (patch)
treeb4494a38e83aa52dd814024d604ae99af2775f53 /priv
parente6dbabcbe4c0a87909e5c05f68cba4d748debdfd (diff)
downloadlustre-e9b765a757b610ea970f80e7c0092bf4899acfa6.tar.gz
lustre-e9b765a757b610ea970f80e7c0092bf4899acfa6.zip
🔀 Add Tailwind support as an external tool. (#71)
* :sparkles: Add `lustre add tailwind` command * :sparkles: Add Tailwind bundling to `lustre build` command * ♻️ Use template for tailwind entry.css
Diffstat (limited to 'priv')
-rw-r--r--priv/templates/entry.css3
1 files changed, 3 insertions, 0 deletions
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