Questions tagged [live-sass-compiler]

A VSCode Extension that help you to compile/transpile your SASS/SCSS files to CSS files at realtime with live browser reload.

Compile Sass or Scss file to CSS at realtime with live browser reload feature

28 questions
0
votes
2 answers

live sass compiler not generating css files

I use live sass compiler extension in vsCode then generation css not worked for me until I save main.scss file. for example have a project contains this directory +style - style.css - main.scss - dashboard (folder) …
Rawand122
  • 327
  • 1
  • 5
  • 12
0
votes
0 answers

Global sass variables not working (undefined) - Live sass compiler

I'm using VSCode extension - Live Sass Compiler (Glenn Marks version). Everything works well besides global variables which return undefined when I include them in App component. This is my project structure: _variables.scss @import…
0
votes
0 answers

css auto save when saved scss with live sass compiler extension

I use live sass compiler extension. so uptade css file when save scss file but every time I should resave main scss to apply changes. How can I apply changes after saving imported scss files at once. one more question. is there any solution for…
cihankaba
  • 7
  • 6
0
votes
2 answers

How to compile all scss to style.css with Live Sass Compiler?

I have around 50 scss files in folder /scss. When im editing them i need compile it to one style.css with is in root. What exactly i have to add to settings? "liveSassCompile.settings.formats": [ { "format": "expanded", …
klvb
  • 115
  • 5
0
votes
2 answers

No output from SCSS gets compiled into CSS when Live Sass compiler or sass --watch is used

I have freshly installed VSCode and the Live Sass Compiler extension, but whenever I press Watch Sass, a compilation error gets thrown in the Output and no .css file or .css.map gets compiled. Compilation Error There was no CSS output from…
Acesif
  • 81
  • 1
  • 4
0
votes
1 answer

How to fix ,End of file expected error in settings.json file?

So I installed the Live sass compiler extension but it was not working. I went to its settings and nothing was there. So I went to its MD file on copied its settings in my settings.json file. But after that, I am getting this error - This is the…
Raghav
  • 13
  • 1
  • 5
0
votes
1 answer

Vs Code Live SASS Compiler Taking Long time to load

I've been using the Live SASS Compiler for VS Code for awhile now and have never had this issue. It was working fine yesterday. When I save a file, Live SASS starts compiling the saved styles and just shows "Working on it" on the bottom status bar.…
Jchapa
  • 81
  • 1
  • 2
  • 7
0
votes
0 answers

Live Sass Compiler

I'm using live sass compiler, but when I clicked the watch sass button, it's always show "Working On It". Here's my code
Nico A.L
  • 25
  • 1
  • 8
0
votes
2 answers

VS Code won't let me compile sass using sass --watch

I'm trying to compile sass using the terminal. I already installed node.js, and I didn't have any problem when using Live Sass, however, every time I try to compile my sass I get this: sass : The term 'sass' is not recognized as the name of a…
0
votes
0 answers

VS code - Live Sass compiler is not updating the css file

It was working just fine before. Suddenly LIVE SASS COMPILER stopped updating the main.css file. I've reinstalled the live sass compiler even VScode also! Still not working! I'm attaching the SS of the project folder and the settings.JSON file. SS…
0
votes
1 answer

VS Code, How to force a save on another file when I save files?

I'm using the VS code extension: Live Sass Compiler with Live Server and when I save other scss files than my style.scss it doesn't compile my style.scss file. Is there a setting I missed to do this? Since I did not find any setting for this, I…
Medda86
  • 1,582
  • 1
  • 12
  • 19
0
votes
1 answer

Live Sass Compiler not compiling

I have used the live sass compiler a few hours back, it worked fine, but now it's not working. Can you please let me know what can be the problem? This is what I see when I hit ctrl + s This is my project folder structure This is settings in…
I. Rasel
  • 43
  • 9
0
votes
1 answer

Live Sass Compiler is not working, files are somehow not linked?

I am using the Live Sass Compiler plugin for VScode, and when I start to watch, I get a strange terminal error and the files won't link. It all seems to be linked properly if the compiler were to work, but the .html file won't update with my…
Jake
  • 1
1
2