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

@font-face get parsed #23

Open
laeubi opened this issue Jul 17, 2014 · 2 comments
Open

@font-face get parsed #23

laeubi opened this issue Jul 17, 2014 · 2 comments

Comments

@laeubi
Copy link

laeubi commented Jul 17, 2014

@font-face {

}

simply don't sho up in the ouput because it is parsed as a function(?) or some other ZUSS construct.

laeubi added a commit to laeubi/ZUSS that referenced this issue Jul 17, 2014
@jlangston
Copy link

One other problem is while your patch makes the @font-face not get picked up as a mixin/variable it won't parse and process mixin's within the @font-face{ } block.

@laeubi
Copy link
Author

laeubi commented Jul 30, 2014

Yes, at the momment it is handleded as a "raw" value the is more work to do in the Parser.java, so the current support is very basic, but as a first step it prevents ZUSS from completely removing font-face definitions from the CSS...

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