stylus/nib

"Size" utility conflicts with @page rule.

Opened this issue · 0 comments

Take a look: http://www.w3.org/TR/css3-page/#page-size-prop

This:

@page
    size 20em 30em

produces this

@page {
  width: 20em;
  height: 30em;
}

but should not.

I suggest to rename "size" utility with for example "sizes" or something else.