leejordan/reflex

What is '.reflex-grid__col-cell'

Closed this issue · 2 comments

In the compiled CSS, lines 142-145:

:root .reflex-grid__col-cell {
  width: 100%;
}

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

fixed in release 1.0.3