Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
W
www
  • Overview
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 1
    • Issues 1
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • PLN
  • www
  • Repository

Switch branch/tag
  • www
  • next
  • .yarn
  • install-state.gz
Find file
HistoryPermalink
  • PLN (Algolia)'s avatar
    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) authored Mar 14, 2026
    e903cb57
install-state.gz 930 KB

Download (930 KB)

×

Replace install-state.gz

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.