Thanks to visit codestin.com
Credit goes to github.com

Skip to content

"Size" utility conflicts with @page rule. #326

@seleckis

Description

@seleckis

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.

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