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

Fix parsing @font-face #11

Merged
merged 1 commit into from
May 21, 2015
Merged

Conversation

mlocati
Copy link
Contributor

@mlocati mlocati commented May 21, 2015

Let's say we have this initial css code:

@font-face{
        font-family: somefont;
}
body{
        background: #f00;
}

Without this patch, \CssMin::minify returns

@font-face{background:#f00}

With this patch we have

@font-face{font-family:somefont}body{background:#f00}

natxet added a commit that referenced this pull request May 21, 2015
@natxet natxet merged commit f076e41 into natxet:master May 21, 2015
@natxet
Copy link
Owner

natxet commented May 21, 2015

Thanks

@mlocati
Copy link
Contributor Author

mlocati commented May 21, 2015

👍

@mlocati mlocati deleted the fix-fontface-natxet branch May 21, 2015 16:57
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

Successfully merging this pull request may close these issues.

None yet

3 participants