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

Not processing shorthand fonts as expected. #362

Closed
eurochriskelly opened this issue Sep 21, 2014 · 2 comments
Closed

Not processing shorthand fonts as expected. #362

eurochriskelly opened this issue Sep 21, 2014 · 2 comments

Comments

@eurochriskelly
Copy link

Hi.

I tried converting some css with fonts and they did not compress as expected.

body {
font-family: tahoma;
font-size: 12px;
}

remained the same (minus whitespace) but I expected the following output:

body { font:12px tahoma; }

Its only a small thing but I was wondering if there is there anything I am overlooking?

Thanks,
Chris Kelly

@jakubpawlowicz
Copy link
Collaborator

Hi Chris. Merging font declarations is not ready yet. See #254 and #290.

@jakubpawlowicz
Copy link
Collaborator

Closed as a duplicate.

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

2 participants