Skip to content

Releases: neerajmourya/ultralight-responsive-grid

V4.1

Choose a tag to compare

@neerajmourya neerajmourya released this 11 Jun 18:00
v4.1

Fixed Internal container margin to 0

v4.0

Choose a tag to compare

@neerajmourya neerajmourya released this 21 Nov 17:06

Added scss implementation
Now grid column counts, gutter size, container widths, screens etc are configurable with scss variables

v3.0

Choose a tag to compare

@neerajmourya neerajmourya released this 18 Oct 05:54

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

Choose a tag to compare

@neerajmourya neerajmourya released this 14 May 04:20

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

Choose a tag to compare

@neerajmourya neerajmourya released this 04 Apr 12:32

12 columns responsive grid keeping the filesize light so that can be downloaded faster. It is based on mobile first or small screen first.