Skip to content

Phase 8: Migrate vendor overrides to Tailwind#146

Merged
Kocal merged 1 commit into
symfony:mainfrom
Kocal:phase-8-vendor-overrides
Jun 11, 2026
Merged

Phase 8: Migrate vendor overrides to Tailwind#146
Kocal merged 1 commit into
symfony:mainfrom
Kocal:phase-8-vendor-overrides

Conversation

@Kocal

@Kocal Kocal commented Jun 11, 2026

Copy link
Copy Markdown
Member
Q A
Issues Related to #34
License MIT

Move the last vendor SCSS overrides into Tailwind CSS, dropping the
matching @imports from app.scss.

  • 8.1 vendor/_highlight.scss -> vendor/_highlight.css (@layer components,
    pure custom syntax colors, no Bootstrap dependency)
  • 8.2 vendor/_tom-select.scss -> vendor/_tom-select.css (@layer components,
    --bs-* vars replaced by --color-* tokens). The bootstrap5 base theme is
    loaded unlayered, so the overrides need !important to win the cascade
    (unlayered declarations beat layered ones).
  • 8.5 Remove dead _images.scss (component-img/live-component-img/
    img-dark-negative classes are no longer referenced anywhere)

8.3 (_bootstrap.scss) stays until Phase 9: btn-copy, btn-outline-primary
and btn-sm are still used in templates.

Move the last vendor SCSS overrides into Tailwind CSS, dropping the
matching `@import`s from app.scss.

- 8.1 vendor/_highlight.scss -> vendor/_highlight.css (@layer components,
  pure custom syntax colors, no Bootstrap dependency)
- 8.2 vendor/_tom-select.scss -> vendor/_tom-select.css (@layer components,
  --bs-* vars replaced by --color-* tokens). The bootstrap5 base theme is
  loaded unlayered, so the overrides need !important to win the cascade
  (unlayered declarations beat layered ones).
- 8.5 Remove dead _images.scss (component-img/live-component-img/
  img-dark-negative classes are no longer referenced anywhere)

8.3 (_bootstrap.scss) stays until Phase 9: btn-copy, btn-outline-primary
and btn-sm are still used in templates.
@Kocal Kocal self-assigned this Jun 11, 2026
@Kocal Kocal added this to the TailwindCSS migration milestone Jun 11, 2026
@Kocal Kocal merged commit 01a5584 into symfony:main Jun 11, 2026
3 checks passed
@Kocal Kocal deleted the phase-8-vendor-overrides branch June 11, 2026 23:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant