Can't get live SASS to work

I am following his video here...https://www.youtube.com/watch?v=Yan2eurSNGg&ab_channel=KevinPowell and here is my settings .json { "tabnine.experimentalAutoImports": true, "workbench.colorTheme": "Monokai Pro", "[html]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "editor.formatOnSave": true, "editor.inlineSuggest.suppressSuggestions": true, "files.autoSave": "onFocusChange", "editor.wordWrap": "on", "window.zoomLevel": 1, "explorer.confirmDelete": false, "liveServer.settings.donotShowInfoMsg": true, "liveSassCompile.settings.formats": [ { "format": "expanded", "extensionName": ".css", "savePath": "/css", } ] } However when I change and save my main.scss color like in the video it doesn't create a css folder and css file. It doesn't create a css file at all actually. thanks
Kevin Powell
YouTube
How to start using Sass without having to worry about the command line
Sass is awesome, but if you aren't familiar with command line tools like npm, it can be a pain to have to learn that before you can get started... but you don't have to! In this video, I look at how to install and do some basic setup of the VS Code extension Live Sass Compiler to help you get started. I also look at three applications you can...
1 Reply
MounTaiNeer03
MounTaiNeer03OP10mo ago
I think I found a solution, at least for a noob like me. I downloaded the Propros compiler and it works for me.
Want results from more Discord servers?
Add your server