Open
Description
Description
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
We should probably remove the dark_mode
import from the donate scss, and make both explicit.