ritwickdey / vscode-live-sass-compiler

Compile Sass or Scss file to CSS at realtime with live browser reload feature.
https://ritwickdey.github.io/vscode-live-sass-compiler/
MIT License
657 stars 169 forks source link

Problem with selector #71

Open ricardasg opened 6 years ago

ricardasg commented 6 years ago

When using selectors like :last-of-type i get and error Error: Invalid CSS after "...-align: left; }": expected "}", was "{"

ritwickdey commented 6 years ago

please, upgrade the extension to v2.0.0. are you still facing the issue?

ricardasg commented 6 years ago

No. The thing was I was using }{ instead of just starting from a new line.

ritwickdey commented 6 years ago

Okay, thanks for the confirmation. That means, the issue was from your side & it's fixed. Right?