diff options
author | Giacomo Cavalieri <giacomo.cavalieri@icloud.com> | 2024-03-21 17:04:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-21 16:04:06 +0000 |
commit | e9b765a757b610ea970f80e7c0092bf4899acfa6 (patch) | |
tree | b4494a38e83aa52dd814024d604ae99af2775f53 /priv | |
parent | e6dbabcbe4c0a87909e5c05f68cba4d748debdfd (diff) | |
download | lustre-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.css | 3 |
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 |