v5.7.0
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.)