Releases: chromice/order.less
Version 1.1.1
Version 1.1.0
This version drops support for IE8 and Opera mini, because you have a higher chance of that fallback code breaking your stylesheet build pipeline than receiving a user complaint.
Version 1.0.7
The scale module is imported via .use-custom-scale()
instead of .use-modular-scale()
to better indicate the behaviour
Version 1.0.6
Added .font-baseline()
mixin for quickly setting font properties on root element and cleaned up documentation.
Version 1.0.5
I cleaned up the examples, the source code and documentation.
Version 1.0.4
Greatly improved documentation.
Version 1.0.3
Adds Bower and NPM support.
Version 1.0.0
Congratulations everyone!
Version 1.0.0 (beta 3)
This version has a stable API that could be extended in the future, but would remain backwards-compatible.
Some notable changes:
- Old baseline modification mixins (
.adjust-baseline()
,.resize-baseline()
, etc) are gone. Usefont()
andfont-align()
instead. - Modular scale generation mixins have been removed. They may come back, but for now please use the tool they originally inspired by.
Version 1.0.0 (beta 2)
This release mostly focuses on NOT introducing new bugs, improving documentation and add the ability to specify arbitrary scale values.