Skip to content

Conversation

@r1chm8
Copy link

@r1chm8 r1chm8 commented Jan 22, 2026

Summary

  • Added missing bootstrap-override layer to CSS layer hierarchy
  • Fixed Tailwind utility conflicts breaking Bootstrap styles
  • Added layer declarations to additional stylesheets for consistency

Changes

Layer ordering fix

Added the bootstrap-override layer between bootstrap-components and components in the layer hierarchy. This ensures Bootstrap overrides have proper specificity above base Bootstrap components but below Tailwind utilities.

Tailwind utility conflict fix

Replaced @utility blocks with @source not inline() directives for container and collapse utilities. The previous approach using all: unset created active utilities that broke Bootstrap's .container and collapse component styles.

Stylesheet consistency

Added @layer declarations to loadingScreen.scss and thirdparty.scss to ensure consistent layer ordering across all entry points.

@insomnious insomnious merged commit 3f1809d into master Jan 22, 2026
2 checks passed
@insomnious insomnious deleted the fix/theme-page-styling branch January 22, 2026 12:54
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.

3 participants