basicGrid icon indicating copy to clipboard operation
basicGrid copied to clipboard

A Foundation-like grid system based on the flex display property.

Results 2 basicGrid issues
Sort by recently updated
recently updated
newest added

Columns with `small-offset-x` and `large-offset-0` or `medium-offset-0` don't seem to work. The zeroed out offsets (if set to greater than zero it functions as expected) just inherit the value of...

When using `hide-on` and `show-on` to change the visibility of an element set to `display: flex;` it seems to override the existing display mode and set it to block which...