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

What is '.reflex-grid__col-cell' #8

Closed
aidangarza opened this issue Aug 28, 2015 · 2 comments
Closed

What is '.reflex-grid__col-cell' #8

aidangarza opened this issue Aug 28, 2015 · 2 comments
Labels

Comments

@aidangarza
Copy link

In the compiled CSS, lines 142-145:

:root .reflex-grid__col-cell {
  width: 100%;
}
@leejordan
Copy link
Owner

This is an ie11 only hack for fullscreen mode that incorrectly uses some old class name combos from an earlier version. Will be fixed in the next release.

It should (and will) be:

_:-ms-fullscreen,
:root .grid__cell

@leejordan leejordan added the bug label Aug 28, 2015
leejordan added a commit that referenced this issue Sep 7, 2015
@leejordan
Copy link
Owner

fixed in release 1.0.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants