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

Supports is removed #7

Open
furzeface opened this issue Feb 11, 2015 · 4 comments
Open

Supports is removed #7

furzeface opened this issue Feb 11, 2015 · 4 comments

Comments

@furzeface
Copy link
Contributor

@ supports is removed, raised as per frontendfriends/gulp-combine-mq#7

@dennisreimann
Copy link

This seems to be related to a problem I'm experiencing, where combine-mq removes @font-face declarations...

@thasmo
Copy link

thasmo commented Mar 18, 2015

Be sure to checkout the at-rule section on codrops' CSS reference for all of the existing at-rules.

@danbovey
Copy link

I'm getting a similar thing. But it's breaking @font-face declarations, not removing them. gulp-combine-mq is changing compressed css like

@font-face{font-family: ...}@font-face{font-family: ...}

into

@  font-face {
    font-family: ...
}@  font-face {
    font-family: ...
}

So I get the error At-rule without name later in the stream with css-nano

@  font-face {
   ^

Having to ditch this in my gulp stream for now 😕

@LiYing2010
Copy link

I created a PR for this issue:
#24

Can you take a look?

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

No branches or pull requests

5 participants