We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It looks like this commit removed it.
The parser should accept at-rules for margin boxes inside @page's body:
@page
@page { color:red; @bottom-left { color:green; } }
See: http://www.w3.org/TR/css3-page/#margin-at-rules
Actually, it just returns an error: Error: @page missing '}'
Error: @page missing '}'
(Moved from https://github.com/reworkcss/css-parse/issues/80)
The text was updated successfully, but these errors were encountered:
I have the same problem. I can't use @page's margin boxes... The link gives 404
Sorry, something went wrong.
The Meteor project utilizes the css-parse method and a user reported encountering this in meteor/meteor#7075.
css-parse
Successfully merging a pull request may close this issue.
It looks like this commit removed it.
The parser should accept at-rules for margin boxes inside
@page
's body:See: http://www.w3.org/TR/css3-page/#margin-at-rules
Actually, it just returns an error:
Error: @page missing '}'
(Moved from https://github.com/reworkcss/css-parse/issues/80)
The text was updated successfully, but these errors were encountered: