Releases: modularscale/modularscale-sass
Releases · modularscale/modularscale-sass
v2.0.5
Fix non-ASCII characters causing a compile bug.
v2.0.4
- Bugfixes to Ruby version
- Slight logic cleanup in modular scale list generation.
v2.0.3
Fixed bugs with multi-base and multi-ratio calculations.
v2.0.2
- Fix bug with values. Still might not be 100% fixed.
v2.0.1
Bower and standalone download version bump that fixes issues with multiple ratios. Compass is still on --pre until docs are done.
v2.0.0
This is a breaking version. You will need to refactor slightly in order to upgrade to this version from a previous version.
- Complete re-write.
- ratios are variables, not functions
- Common variables are scoped to "ms-"
- ms-lists() is the list functions
- No more mixins at all, only functions.
- Increased compatibility with Sass 3.1 and up
- Compatibility with LibSass
- Compass no longer required (non-integer values require Compass)