-
refactor: remove Bootstrap, fix Tailwind v4 in production · e903cb57
Bootstrap's CSS was overriding all Tailwind utility classes in production, making parvagues render as raw unstyled HTML. Root cause: _app.js imported bootstrap.css globally before globals.css (Tailwind v4). - Remove bootstrap dependency and import from _app.js - Remove stale tailwind.config.js (v3 format, ignored by v4) - Remove @tailwindcss/aspect-ratio (v3 plugin, built-in in v4) - Replace 3 Bootstrap `container` usages with Tailwind equivalents - Scope main.css legacy element styles with :not(:has(.parvagues-root)) to prevent link colors, section margins, footer styles from bleeding into parvagues pages - Add .parvagues-root class to parvagues Layout for scoping
PLN (Algolia) authorede903cb57
| Name |
Last commit
|
Last update |
|---|---|---|
| .cursor/rules | Loading commit data... | |
| next | Loading commit data... | |
| .gitignore | Loading commit data... | |
| TODO.md | Loading commit data... |