cellFluxgrid
Yet another responsive utility-based CSS grid customisable with Sass.
Look for installation and getting started instructions on GitHub.
#Syntax
* Responsive prefix: sm:|md:|lg:|xl: #Container
A container is required to cancel the grid negative margins used to align the cells.
It can be extended with modifiers:
container-sm|md|lg|xl container-no-gutter
#Grid
A grid can be extended with modifiers throughout breakpoints:
#Direction
#Wrap
#Gutters
#Justification
#Cells
A cell can be extended with modifiers throughout breakpoints:
#Size
#Defined
cell-1 cell-11 cell-2 cell-10 cell-3 cell-9 cell-4 cell-8 cell-5 cell-7 cell-6 cell-6 cell-12 # Grow / Shrink
cell-growcell-shrinkNote: cell-shrink behaves the same as cell but can be use to explicitly override cell-grow.
#Visibility
cell-hidden cell-visible Note: cell-hidden is used to hide a cell.
#Gutter
cell-guttercell-no-gutter cell-no-gutter cell-gutter#Self justification
#Order
A cell-last B cell-ordered C cell-first