madskristensen / BundlerMinifier

Visual Studio extension
Other
611 stars 171 forks source link

Support CSS nesting #608

Open json-derulo opened 4 weeks ago

json-derulo commented 4 weeks ago

I want to use CSS nesting in my project, however during the bundle / minification, an error is thrown

Example code:

.element {
  &:hover {
    background-color: #ddd;
  }
}

With this code, I'm getting the following error:

Error 0: Expected semicolon or closing curly-brace, found '&'