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

Media query does not work when decompressing CSS compressed with gulp #622

Open
chankei613 opened this issue Sep 28, 2019 · 0 comments
Open

Comments

@chankei613
Copy link

When deploying compressed CSS, responsive display is broken.
Media Query at that time is this.
@media screen and(max-width:768px) {}

It worked fine if I cured this.
Insert a space after and.
@media screen and (max-width:768px)

I didn't know where to report this error and wrote it here.
I ca n’t speak English, so I ’m sorry if I had a rude expression using Google Translate.

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