Skip to content

globalCSS.js doesn't work correctly with hot reloading #22

@dainyl

Description

@dainyl

Steps to recreate:

run npm start

change body style in globalCSS.js to:

    body {
        font-family: Lato, Arial, "Lucida Grande", sans-serif;
        margin: 0px;
        background: black;
    }

Save file -> background is changed to black as expected

Revert body style in globalCSS.js back to:

    body {
        font-family: Lato, Arial, "Lucida Grande", sans-serif;
        margin: 0px;
    }

Save file -> background is still black whereas it should be white

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions