madskristensen / WebEssentials2013

Visual Studio extension
http://vswebessentials.com
Other
945 stars 252 forks source link

Less syntax error for valid nested @import #1937

Closed Gabby-Paolucci closed 9 years ago

Gabby-Paolucci commented 9 years ago

I'm getting the syntax error "Unexpected '@' block in the style rule." for the following valid Less:

.class
{
    @import "import.less";
}
madskristensen commented 9 years ago

This is on the backlog for the VS Web Team. I'm closing it here