0
values
(thanks to @Justineo).shape-image-threshold
property, using
the same logic as introduced in version 2.5.0
.opacity
property to the 0-1
range.
For example, this will convert opacity: 1.1
to opacity: 1
.precision
option to enable rounding of decimal places for
px
values.height: 0em
was not being
converted to height: 0
.@keyframes
rules would
break animation in IE due to the percentage being stripped. Now, the
percentage is preserved for these properties.height:0%
to height:0
(and the same for max-height
), as
they produce different results.0%
in color functions was being transformed to 0
(thanks to @TrySound).0deg
was being converted to 0
.turn
& deg
(thanks to @TrySound).opts.convertLength
& opts.convertTime
to
opts.length
& opts.time
; the old options will now print deprecation
warnings (thanks to @TrySound).2.0.2
.ch
units; previously they were removed.0.1.0
, code tidied up.0
(thanks to @TrySound).rem
values
(thanks to @tunnckoCore).1.
and .0
were not being optimised to 1
and 0
,
respectively.undefined
would be stringified as the unit value, if the
value did not have a unit.Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.