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

Missing support for @page's margin boxes #23

Closed
necolas opened this issue Jun 4, 2014 · 2 comments · May be fixed by #105
Closed

Missing support for @page's margin boxes #23

necolas opened this issue Jun 4, 2014 · 2 comments · May be fixed by #105

Comments

@necolas
Copy link
Contributor

necolas commented Jun 4, 2014

It looks like this commit removed it.

The parser should accept at-rules for margin boxes inside @page's body:

@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 '}'

(Moved from https://github.com/reworkcss/css-parse/issues/80)

@chiflon
Copy link

chiflon commented Jan 26, 2016

I have the same problem. I can't use @page's margin boxes...
The link gives 404

@abernix
Copy link

abernix commented May 18, 2016

The Meteor project utilizes the css-parse method and a user reported encountering this in meteor/meteor#7075.

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 a pull request may close this issue.

3 participants