Skip to content

Releases: startae/hagrid

Allow overrides

18 May 10:35
Compare
Choose a tag to compare
  • Rename $hagrid-gutters to $hagrid-gutters-default
  • Rename $hagrid-breakpoints to $hagrid-breakpoints-default
  • If $layout-gutters exists, allow it to override $hagrid-gutters
  • If $layout-breakpoints exists, allow it to override $hagrid-breakpoints

Remove fallback

04 Feb 11:54
Compare
Choose a tag to compare
  • Remove fallback-grid
  • Flexbox-powered auto-grids
  • Add Sassdoc
  • Add Stylelint

Fix @bp Error Message

10 Nov 11:18
Compare
Choose a tag to compare
  • @bp now correctly outputs the offending string
  • Bower: 'src' renamed to 'scss' to follow conventions and support Eyeglass later

Fix Libsass 3.3

04 Nov 14:42
Compare
Choose a tag to compare
  • Bug-Reference: #34
  • each iterates over lists as one-dimensional entities in libsass 3.3. This is sort-of expected behavior, since syntaxes like @each $var1, $var2 in @list are possible in SASS, making it unsuitable for our lax syntax.
  • Using a for-loop correctly parses the breakpoint-statement as lists.

Custom & Multiple Breakpoints

30 Sep 18:09
Compare
Choose a tag to compare
Merge pull request #33 from felics/mixins

add support for custom and multiple breakpoints

Fix negative margins causing horizontal-scrollbars

22 Sep 21:02
Compare
Choose a tag to compare
Merge pull request #29 from felics/fix-margins

Fix negative margins causing horizontal-scrollbars

Remove auto-modifier

19 Sep 13:50
Compare
Choose a tag to compare
Merge pull request #27 from felics/remove-auto

Remove auto-modifier

Selector Variable & No !important left in codebase

14 Sep 23:10
Compare
Choose a tag to compare
Merge pull request #24 from felics/selector-variable

v1.0.0

Custom Gutters

08 Sep 15:07
Compare
Choose a tag to compare
  • Specify custom gutters in $hagrid-gutters and use them as you would use normal modifiers
  • Removes the need to use !important when setting custom gutters on grids.
  • Update codebase to use shortest mixin-calls when possible
  • Update codebase to use elseif instead of else if

Fix test and adjust code

20 Aug 10:29
Compare
Choose a tag to compare
  • Update comments on the code that were using the old variables names
  • Adjust line spacing on some parts of the code
  • Update .editorconfig
  • Update packages and add licence to package.json
  • Update bower version
  • Remove trailing spaces