Releases: neerajmourya/ultralight-responsive-grid
Releases · neerajmourya/ultralight-responsive-grid
Release list
V4.1
v4.0
Added scss implementation
Now grid column counts, gutter size, container widths, screens etc are configurable with scss variables
v3.0
Added .out class to use with .rw to expand internal rows to cover the parent column gutters.
Added classes to expand element to 100% width:
- sexp [expand from small]
- mexp [expand from medium]
- lexp [expand from large]
- xlexp [expand from extra large]
- xxlexp [expand from double extra large]
- xxxlexp [expand from triple extra large]
v2.0
Added Hidden classes to hide elements:
- shid [hidden from small]
- mhid [hidden from medium]
- lhid [hidden from large]
- xlhid [hidden from extra large]
- xxlhid [hidden from double extra large]
- xxxlhid [hidden from triple extra large]
- shidonly [small hidden only]
- mhidonly [medium hidden only]
- lhidonly [large hidden only]
- xlhidonly [extra large hidden only]
- xxlhidonly [double extra large hidden only]
- xxxlhidonly [triple extra large hidden only]
Added show classes to shwe elements:
- sshw [show from small]
- mshw [show from medium]
- lshw [show from large]
- xlshw [show from extra large]
- xxlshw [show from double extra large]
- xxxlshw [show from triple extra large]
- sshwonly [small show only]
- mshwonly [medium show only]
- lshwonly [large show only]
- xlshwonly [extra large show only]
- xxlshwonly [double extra large show only]
- xxxlshwonly [triple extra large show only]
Ultralight Responsive Grid 1.0
12 columns responsive grid keeping the filesize light so that can be downloaded faster. It is based on mobile first or small screen first.