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

--strict and font-face optimizations #12

Open
rstacruz opened this issue Jul 18, 2012 · 1 comment
Open

--strict and font-face optimizations #12

rstacruz opened this issue Jul 18, 2012 · 1 comment

Comments

@rstacruz
Copy link
Contributor

Looks like --strict doesn't support multiple font faces.

@font-face { font-family: 'Exo'; src: url(exo.ttf); }
@font-face { font-family: 'Exo'; src: url(exo.ttf); }
@font-face { font-family: 'Oswald'; src: url(oswald.ttf); }

Expected output:

@font-face{font-family:Exo;src:url(exo.ttf)}@font-face{font-family:Oswald;src:url(oswald.ttf)}

Actual output (v0.2.0):

@font-face{font-family:Oswald;src:url(oswald.ttf)}
@ded
Copy link
Owner

ded commented Jul 19, 2012

there are general bugs overall when introducing @'s that need to be
resolved.

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