Skip to content
This repository has been archived by the owner on Aug 28, 2022. It is now read-only.

Releases: PixelT/unlimitedGrid

1.4.0

28 Jun 19:59
Compare
Choose a tag to compare
  • IMPORTANT - Changed variables names - added ug- prefix to each variable name
  • Added breakpoints to ug-col-X-auto and ug-col-X-content classes in flexbox modules
  • Updated flexbox module

1.3.1

03 May 10:40
Compare
Choose a tag to compare
  • Fixed $debug-columns if statement

1.3.0

17 Apr 08:17
Compare
Choose a tag to compare
  • Added flexbox support (enable by default)
  • Added support custom gutter in block module
  • Changed default breakpoints in ordering and offset module

1.2.0

09 Apr 13:01
Compare
Choose a tag to compare
  • IMPORTANT - Rewrited variable names in ug-grid.scss file to be more intuitive
  • IMPORTANT - Changed $class-grid (and default value from: ug-grid) to $wrapper-class (and default value to: ug-wrapper) in ug-grid.scss
  • Fixed padding & list style in $module-block
  • Added gulpfile.js
  • Added ug-grid.min.css file
  • Added possibility to center single column in row
  • Updated breakpoints in default settings
  • Moved $module-*-class variables from grid-namespaces section to each modules separately
  • Cleaning source code (scss files) - linting + property ordering

1.1.1

09 Apr 09:46
Compare
Choose a tag to compare
  • Fixed gutter size in nested row

1.1.0

10 Feb 18:40
Compare
Choose a tag to compare
  • Added new helper: $helper-gutter, $helper-gutter-values ( define custom gutter )
  • Removed $grid-gutter-vertical setting - now the vertical gutter in each row is always 0
  • Rewrite $module-block ( change width value from calc() to basic+ value )
  • Optimization $class-row selector & fixed typography

1.0.0

08 Feb 08:08
Compare
Choose a tag to compare
  • Initial release