mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-12 06:06:37 +03:00
Bun's native CSS bundler doesn't support Tailwind v4's @theme directive. Solution: 1. Run Tailwind CLI first to compile main.css → styles.css 2. Reference styles.css in HTML 3. Bun HTML bundler then bundles everything together Build output: - JS: 82 KB (minified, bundled) - CSS: 63 KB (minified, includes all custom styles) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
23 lines
199 B
Plaintext
23 lines
199 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Generated files
|
|
dist/*.zip
|
|
build/
|
|
public/css/styles.css
|
|
|
|
# Build artifacts
|
|
*.log
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|