Skip to content

Releases: meodai/sensible

Fixes use of double-quotes with libsass

28 Apr 11:57
Compare
Choose a tag to compare
Merge pull request #11 from idflood/libsass-compatibility

fix json output in css with libsass, quotes and double quote were wrong

Fixes responsive visbility issues

07 Oct 13:42
Compare
Choose a tag to compare
other displayTypes are now hidden as well

resolves #8

Removes version in bower.json file

06 Oct 14:05
Compare
Choose a tag to compare
Removes the version since it is not used by bower

https://github.com/bower/bower.json-spec#version

JS now works in IE8 as well

01 Oct 15:34
Compare
Choose a tag to compare
Merge pull request #7 from diluno/master

Fixes IE8 JS errors

Fixes visibility classes

29 Sep 16:48
Compare
Choose a tag to compare
Fixes the responsive visibility classes.

getOthersInList was replaced by remove function

Introduces fix for sub-pixel rounding error

26 Sep 08:48
Compare
Choose a tag to compare
  • Adds a configurable rounding. (Used for browser with sub-pixel rounding issues)

Gutter directions and fixes

08 Sep 10:33
Compare
Choose a tag to compare
  • It is now possible to set $gutterDirection: "right" or "left". Until now the gutters where on the left side of the col's, this is now configurable.
  • mediaQuery.js would not parse the JSON correctly in Firefox. This was fixed: 30503cf
  • Various smaller fixes

Grid-width-classes outside of grid

24 Aug 17:26
Compare
Choose a tag to compare

Grid classes can now be used outside of a l-grid even when the gutterType is margin. Also removes a few useless @if.

Grid: Introduces gaps as margins

23 Aug 20:39
Compare
Choose a tag to compare

It is now possible to use margins instead of paddings as gutters between the grid columns,

Fixes grid bug

26 Jul 16:01
Compare
Choose a tag to compare
0.3.2

fixes grid bug where grid options would not be passed to the breakpoi…