composes
property when consumed via css-loader.linear-gradient(rgb(10, 10, 10)0%, blue)
would result in a
mangled value.rgb
functions; i.e.
rgb(100%,100%,100%)
was not converted correctly to #fff
.hsla(0,0%,100%,.5)
was converted to
hsla(0,0%,100%,0.5)
.rgba
& hsla
were not correctly
capped at minimum/maximum values.transparent
from rgba(255, 255, 255, 0)
(thanks to @TrySound).lib
directory was ignored by npm.trim
method that was used to work around a now
resolved issue in PostCSS (thanks to @TrySound).inherit
as a value
to -webkit-tap-highlight-color
.eachDecl
once rather than twice.-webkit-tap-highlight-color
was being incorrectly
transformed to transparent
. This is not supported in Safari.box-shadow
.4.1
plugin API.Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.