Skip to content

v5.7.0

Compare
Choose a tag to compare
@chharvey chharvey released this 13 Jun 00:29
· 421 commits to master since this release

Non-Breaking Changes

Deprecations

  • DEPRECATES all fallback mixins, i.e., all files that start with __fallback. Use Autoprefixer in your own project instead. Fallback mixins will be removed in v6. Tool mixins (__tool.*.less) will be left intact.
  • DEPRECATES -nsK, -nsM, etc. class suffixes. Use -nK, -nM, etc. (see #11)
  • DEPRECATE .-mb-1vru: use [email protected] .-mb-1 instead
  • DEPRECATE .-pt-1vru: use [email protected] .-pt-1 instead

New Features

  • moves mixin tool .transitions() (which sets each long-hand transition property separately) from __fallback.transition.less to __tool.transitions.less (still in old file but copied to new file. old file will be removed in v6.)