summaryrefslogtreecommitdiff
path: root/NOTES.md
diff options
context:
space:
mode:
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.