We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
EDIT:
It looks like eventually bootstrap will support this: twbs/bootstrap#27514
https://kevinchen.co/blog/support-macos-mojave-dark-mode-on-websites/
example: SwiftWeekly/swiftweekly.github.io@b78a750
Will also need to address #58 as part of this.
The text was updated successfully, but these errors were encountered:
A basic proof of concept:
<head>
<meta name="color-scheme" content="light dark">
body { @media (prefers-color-scheme: dark) { background-color: $dark; color: $light; } }
Things that break:
.bg-light
Sorry, something went wrong.
0c567c7
No branches or pull requests
EDIT:
It looks like eventually bootstrap will support this:
twbs/bootstrap#27514
https://kevinchen.co/blog/support-macos-mojave-dark-mode-on-websites/
example:
SwiftWeekly/swiftweekly.github.io@b78a750
Will also need to address #58 as part of this.
The text was updated successfully, but these errors were encountered: