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
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| .yarn | Loading commit data... | |
| __mocks__ | Loading commit data... | |
| components | Loading commit data... | |
| content | Loading commit data... | |
| lib | Loading commit data... | |
| pages | Loading commit data... | |
| public | Loading commit data... | |
| screenshots | Loading commit data... | |
| scripts | Loading commit data... | |
| styles | Loading commit data... | |
| test-results | Loading commit data... | |
| tests | Loading commit data... | |
| .gitignore | Loading commit data... | |
| .nvmrc | Loading commit data... | |
| .pnp.cjs | Loading commit data... | |
| .pnp.loader.mjs | Loading commit data... | |
| DEPENDENCIES_TO_INSTALL.md | Loading commit data... | |
| README.md | Loading commit data... | |
| dependencies-to-install.md | Loading commit data... | |
| jest.config.js | Loading commit data... | |
| next-env.d.ts | Loading commit data... | |
| next.config.js | Loading commit data... | |
| package.json | Loading commit data... | |
| playwright.config.ts | Loading commit data... | |
| tsconfig.json | Loading commit data... | |
| yarn.lock | Loading commit data... |