I created an :extend expression following the LESS documentation. But gulp-less doesn't compile it.
What's wrong with these expressions?
html
{
&:extend(body);
}
body
{
height: 100%;
}
or
html:extends(body)
{
}
body
{
height: 100%;
}