1

SASS CODE in BLACK AND WHITE!

I am using Visual Studio Code for the front end development project. Unfortunately, VS Code stopped showing me colored version of SASS file. May I ask please what is the solution?

Manghud
  • 1,126
  • 3
  • 12
  • 20
  • 1
    See "Plain text" in the bottom right of your screen ? Click on it to select sass and you'll get the syntax higlighting. sass files are probably not associated with scss syntax, that might be the reason. – Amaury Hanser Jan 06 '21 at 17:25
  • 1
    @AmauryHanser, thank you for your help. You solved my problem. – Manghud Jan 07 '21 at 08:34

1 Answers1

1

I've had the same problem, you can install this extension in vscode:

https://marketplace.visualstudio.com/items?itemName=Syler.sass-indented

S.Noman
  • 11
  • 2