Skip to content
New issue

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

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

Open
dainyl opened this issue Mar 26, 2018 · 1 comment
Open

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

dainyl opened this issue Mar 26, 2018 · 1 comment

Comments

@dainyl
Copy link
Collaborator

dainyl commented Mar 26, 2018

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

@dainyl
Copy link
Collaborator Author

dainyl commented Mar 26, 2018

This bug was introduced in 290cbcc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant