summaryrefslogtreecommitdiff
path: root/NOTES.md
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2025-06-28 02:05:03 +0700
committerpolwex <polwex@sortug.com>2025-06-28 02:05:03 +0700
commitb25e9fcf3644d28c61a0af05f5a9d0fc0345449c (patch)
treef6847405f73bd6ca5a7f6d116f52208006ab074f /NOTES.md
parent4588f36fa79f40c361dbe95ce7a157eebef45d8a (diff)
tailwind working kinda
Diffstat (limited to 'NOTES.md')
-rw-r--r--NOTES.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/NOTES.md b/NOTES.md
index 0fd67b5..082a9d4 100644
--- a/NOTES.md
+++ b/NOTES.md
@@ -18,6 +18,10 @@ The user is experiencing a build failure with the `litedb` library. The error me
* The `lib` directory works correctly without a main module file or an explicit `(modules ...)` stanza.
* The error is specific to the `litedb` library.
+
+* Tailwind is abominable. They deprecated the tailwind.config.js file for a shitty CLI with barely any options. You can't tell it which folders to follow so just call it from root.
+ `bunx @tailwindcss/cli -i js/styles.css -o js/output.css`
+
### Next Steps:
I need to re-evaluate my understanding of how `dune` resolves modules. I will now try to run the application again, but this time I will pay close attention to the build output to see if there are any other clues that I've missed.