Skip to content

Missing support for @page's margin boxes #23

Closed
@necolas

Description

@necolas

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions