Skip to content

Is there any way to load styles conditionally? #191

Open
@matheenpasha

Description

@matheenpasha

We have isomorphic react rendering for our application.
We are trying to implement dark/light themes using user preferences. Is there any way we can load light.scss or dark.scss based on a flag/variable?

Any help is appreciated. Thanks.

"css-loader": "^2.1.1"
"isomorphic-style-loader": "^5.1.0"

Activity

maurocen

maurocen commented on Oct 15, 2021

@maurocen

Why don't you use the prefers-color-scheme: dark media query as explained in this article? I think it's a better solution and it seems to be supported by most of all popular browsers

If you want to load styles conditionally because of data transfer restrictions, then I don't know 😅 but I'd use a HOC to specify the desired styles before rendering.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @matheenpasha@maurocen

        Issue actions

          Is there any way to load styles conditionally? · Issue #191 · kriasoft/isomorphic-style-loader