summaryrefslogtreecommitdiffstats
path: root/CLAUDE.md
diff options
context:
space:
mode:
Diffstat (limited to 'CLAUDE.md')
-rw-r--r--CLAUDE.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/CLAUDE.md b/CLAUDE.md
index 21335b2..1dd1ab4 100644
--- a/CLAUDE.md
+++ b/CLAUDE.md
@@ -33,4 +33,10 @@ DO NOT write code for shortcodes without consulting the user first. Implement:
## 📝 Work Protocol
1. **Pianification**: Propose the `i18n` structure and partials layout before writing.
2. **Consultation**: Always ask before implementing complex logic or shortcodes.
-3. **KISS**: Keep It Simple, Stupid. \ No newline at end of file
+3. **KISS**: Keep It Simple, Stupid.
+
+## 🎨 Styling & Build Pipeline
+- **Tailwind CSS**: Uses npm build pipeline with `tailwind.config.js`
+- **CSS Compilation**: Run `npm run build` to compile `main.css` → `main.min.css`
+- **Watch Mode**: Run `npm run watch` during development to auto-rebuild CSS when templates change
+- **Required Before Commits**: Always rebuild CSS if you modify templates with new Tailwind classes (`npm run build`) \ No newline at end of file