Skip to content

Releases: modularscale/modularscale-sass

v2.0.5

13 Apr 17:28
Compare
Choose a tag to compare

Fix non-ASCII characters causing a compile bug.

v2.0.4

08 Feb 06:53
Compare
Choose a tag to compare
  • Bugfixes to Ruby version
  • Slight logic cleanup in modular scale list generation.

v2.0.3

12 Jan 15:04
Compare
Choose a tag to compare

Fixed bugs with multi-base and multi-ratio calculations.

v2.0.2

07 Jan 14:28
Compare
Choose a tag to compare
  • Fix bug with values. Still might not be 100% fixed.

v2.0.1

29 Dec 03:06
Compare
Choose a tag to compare

Bower and standalone download version bump that fixes issues with multiple ratios. Compass is still on --pre until docs are done.

v2.0.0

22 Dec 14:30
Compare
Choose a tag to compare

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)