xlcss

v 4.0.0 dragon-fruit

xlcss is a scss framework for rapid frontend development.
Also see sass doc for functions and mixins

layout helpers

responsive helpers

Smartphones (<480px) Smartphones landscape (>480px) Tablet portrait (>720px) Tablet landscape (>1024px) Desktop (>1280px) Large screens (>1920px)
hide elements hide or hide-xs hide-sm hide-md hide-lg hide-xl hide-xxl
show elements show or show-xs show-sm show-md show-lg show-xl show-xxl

grid

Smartphones (<480px) Smartphones landscape (>480px) Tablet portrait (>720px) Tablet landscape (>1024px) Desktop (>1280px) Large screens (>1920px)
data-container width 100% (max-width: 100%)
data-col value postfix. e.g.
data-col="6xs"
none or #xs #sm #md #lg #xl #xxl
number of colums 12
gutter width 2rem (32px)
offest. e.g.
data-col="+6xs"
+#
sorting. e.g.
data-col="push6xs"
push#, pull#

...
...
...

12 columns

nested

grid.offset

grid.sorting

flex-grid

Smartphones (<480px) Smartphones landscape (>480px) Tablet portrait (>720px) Tablet landscape (>1024px) Desktop (>1280px) Large screens (>1920px)
data-col value postfix. e.g.
data-col="6xs"
none or #xs #sm #md #lg #xl #xxl
number of colums 12
gutter width 2rem (32px)
offest. e.g.
data-col="+6xs"
+#
sorting values. e.g.
data-flex-order="first-xs", data-flex-order="2xs"
first, last, first-#, last-#, 1# - 12#

flex columns


...
...
...
...
...

flex columns offset


...
...
...
...
...

flex-grid justify-content


...
...
...
...
...

values for justify-content around between center start end