Skip to content

Dark mode CSS can be imported twice on WNPs. #15772

Open
@alexgibson

Description

@alexgibson

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Bug 🐛Something's not working the way it shouldP3Third level priority - Nice to have

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions