Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reference to :root in cerulean _bootswatch.scss #1227

Closed
ctipper opened this issue Dec 15, 2022 · 1 comment
Closed

Reference to :root in cerulean _bootswatch.scss #1227

ctipper opened this issue Dec 15, 2022 · 1 comment

Comments

@ctipper
Copy link

ctipper commented Dec 15, 2022

You probably want to take a look at this in light of bootstrap #37377: Import root in bootstrap-utilities
dist/cerulean/_bootswatch.scss#L9

:root {
   color-scheme: light;
}

I am not an expert I am just reporting an issue I found trying to build with grunt on my machine. Also I am curious when the time comes how dark themes are going to affect the build procedure in 5.3.0?

@ctipper
Copy link
Author

ctipper commented Jun 2, 2023

Due to way sass compiles imports this will replace bootstrap :root resulting in bad rendering of pages. This was only apparent after the PR was merged into bootstrap.

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

No branches or pull requests

1 participant