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

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

Open
seleckis opened this issue May 26, 2016 · 0 comments
Open

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

seleckis opened this issue May 26, 2016 · 0 comments

Comments

@seleckis
Copy link

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.

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

No branches or pull requests

1 participant