It looks like [this commit](https://github.com/reworkcss/css-parse/commit/8f6c1e48b296f130f062e8a9c248fd0172741d35#diff-19) removed it. The parser should accept at-rules for margin boxes inside `@page`'s body: ``` css @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)