| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| AlbumCarousel.js | ||
| BookingForm.js | ||
| Countdown.js | ||
| Hero.js | ||
| ImageGallery.js | ||
| Layout.js | ||
| LiveList.js | ||
| MusicSection.js | ||
| SocialCTA.js | ||
| StreamingFeeds.js | ||
| TourTimeline.js | ||
| VideoSection.js |
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 |
|---|---|---|
| .. | ||
| AlbumCarousel.js | Loading commit data... | |
| BookingForm.js | Loading commit data... | |
| Countdown.js | Loading commit data... | |
| Hero.js | Loading commit data... | |
| ImageGallery.js | Loading commit data... | |
| Layout.js | Loading commit data... | |
| LiveList.js | Loading commit data... | |
| MusicSection.js | Loading commit data... | |
| SocialCTA.js | Loading commit data... | |
| StreamingFeeds.js | Loading commit data... | |
| TourTimeline.js | Loading commit data... | |
| VideoSection.js | Loading commit data... |