Releases: meodai/sensible
Releases · meodai/sensible
Fixes use of double-quotes with libsass
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
other displayTypes are now hidden as well resolves #8
Removes version in bower.json file
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
Merge pull request #7 from diluno/master Fixes IE8 JS errors
Fixes visibility classes
Fixes the responsive visibility classes. getOthersInList was replaced by remove function
Introduces fix for sub-pixel rounding error
- Adds a configurable rounding. (Used for browser with sub-pixel rounding issues)
Gutter directions and fixes
- 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
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
It is now possible to use margins instead of paddings as gutters between the grid columns,
Fixes grid bug
0.3.2 fixes grid bug where grid options would not be passed to the breakpoi…