Replies: 1 comment 5 replies
-
Hey! You shouldn't need to use the https://github.com/zeit/next.js/blob/canary/examples/with-next-css/pages/_app.js |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all, I am developing a PWA and using the next-CSS plugin.
When the page is loaded for the first time, the page without CSS is displayed for a second, and then CSS is applied.
How to avoid this?
is this regarding media query CSS? because CSS I have written is
@media screen and (min-width: 769px) {
.logo {
max-height: 12rem;
}
.background {
background-image: url('/static/background.jpg');
}
}
Beta Was this translation helpful? Give feedback.
All reactions