Skip to content

Minor Release v4.2.0

Compare
Choose a tag to compare
@chharvey chharvey released this 23 May 17:09
· 817 commits to master since this release

Minor Changes

  • more consistent font sizes

  • upgrade normalize.css v3.0.3 → v4.1.1

  • adds default parameters to all mixins

  • adds new .delims() mixin, which takes precedence over the NOW DEPRECATED .delimiters() mixin. The new .delims() takes one argument—which is a space-separated list of an even number of strings—rather than two arguments. The default is none.

  • adds fallback mixins for longhand properties transition-property, transition-duration, transition-timing-function, and transition-delay

  • new .transitions() mixin sets each fallback mixin above.

    use .transitions() in favor of the DEPRECATED .transition(). In Version 5, .transition() will be repurposed to what is now .transition-multi(), at which point .transition-multi() will be deprecated.

    TL;DR: don't use .transition(), use .transitions() instead. still use .transition-multi()

DEPRECATIONS

The following mixins are deprecated and will no longer be maintained. They are still available but will be obsolete and removed in Version 5.

  • .delimiters() (renamed to .delims())
  • .transition() (renamed to .transitions()) — will not be dropped but will be repurposed in v5