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
Minor foot-gun here:
See: https://github.com/mozilla/bedrock/blob/main/media/css/firefox/whatsnew/whatsnew-135beta.scss#L8-L9
@import 'includes/dark-mode'; @import 'includes/mofo-donate-cta';
Note that _mofo_donate-cta.scss also imports dark-mode directly: https://github.com/mozilla/bedrock/blob/main/media/css/firefox/whatsnew/includes/_mofo-donate-cta.scss#L6
_mofo_donate-cta.scss
dark-mode
We should probably remove the dark_mode import from the donate scss, and make both explicit.
dark_mode
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Minor foot-gun here:
See: https://github.com/mozilla/bedrock/blob/main/media/css/firefox/whatsnew/whatsnew-135beta.scss#L8-L9
Note that
_mofo_donate-cta.scss
also importsdark-mode
directly: https://github.com/mozilla/bedrock/blob/main/media/css/firefox/whatsnew/includes/_mofo-donate-cta.scss#L6We should probably remove the
dark_mode
import from the donate scss, and make both explicit.The text was updated successfully, but these errors were encountered: