Replace remote Tailwind CSS with a local minimal subset; refine .gitignore and dist structure.
- Added a minimal `tailwind.min.css` with utilities tailored to app needs (`app/web/dist/`). - Updated `.gitignore` to include specific `dist/` paths while maintaining clean build artifacts. - Added local `dist` files (`index.css`, `index.js`) for better control over UI styling and build outputs.
This commit is contained in:
1
app/web/.gitignore
vendored
1
app/web/.gitignore
vendored
@@ -8,7 +8,6 @@ node_modules
|
||||
bun.lockb
|
||||
|
||||
# Build directories
|
||||
dist
|
||||
build
|
||||
|
||||
# Cache and logs
|
||||
|
||||
Reference in New Issue
Block a user