vscode-css-modules icon indicating copy to clipboard operation
vscode-css-modules copied to clipboard

Support less syntax

Open FoundTheWOUT opened this issue 2 years ago • 0 comments

@import 'xxx';
.body{
  &-content{}
}
  1. The less compiler is load from user workspace, therefore I'm not sure how to write the test for this feature.
  2. The less compiler will erase the class that owning no value, this would cause some unexpected behaviors at some time. For example, for the example code above, we will get nothing in the Completion Inteligent.

before: image

after: image

FoundTheWOUT avatar Mar 23 '23 13:03 FoundTheWOUT