2014-09-03
2014-07-27
2014-06-22
2014-06-19
2014-06-08
2014-02-27
.mixin(@args...)
when called with no args (e.g. .mixin();
)unit(10, %)
2014-02-08
2014-02-02
& when () {
to the current selector rather than duplicating it2014-01-12
2014-01-01
2013-11-17
2013-10-21
@import (inline) "file.css";
2013-07-20
2013-07-05
2013-06-05
2013-05-04
2013-04-30
2013-03-07
:extend()
in selectors (e.g. input:extend(.button) {}
) and &:extend();
in ruleset (e.g. input { &:extend(.button all); }
)(~"@var")
selector interpolation is removed. Use @{var} in selectors to have variable selectors@import-once
has been removed.@import (less) "file.css"
will process the file as less@import
supports https and 301's2012-12-30
2012-12-28
.mixin(23px, 12px;);
@import-once
to use the full path, not the relative one for determining if an import has been imported already:not(:nth-child(3))
U+00A1-00A9
)&
(broken in 1.3.1)@namespace
and namespace combinators@charset
2012-10-18
2012-03-10
@import
directives in any selector@arguments
behaviour bug::
selector output2012-01-15
File not found
import error reporting2012-01-07
percentage
color
function to parse hex color strings!important
after mixin callsnth-child
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.