modular-css
- now the module will only
use the raw selector value if it equal to the 'cleaned' selector value.:nth-child
selectors. For
example, :nth-child(1)
can be converted to :first-child
, and
p:nth-last-child(2n + 1)
converts to p:nth-last-child(odd)
.[title=""]
into [title=]
(thanks to @arperry).Node#toString()
~50% less often, removed dead
branches, extracted each node type into a separate transformer function.[href="foo" i]
) would not be removed.2.0.0
.[a="-"]
was incorrectly minified to [a=-]
.0.2.0
, decreases overall package weight.eachInside
once rather than twice..from
was transformed to 0%
.node-balanced
.4.1
plugin API.2100%
in keyframes.from
to 0%
and 100%
to to
in keyframe declarations.Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.