Live SASS Compiler in VSCode is not working?

13,322

You more than likely have invalid syntax somewhere in your scss. I once had the same issue that was caused by an empty property.

Empty properties such as "background-image: linear-gradient(), url();" will hault the compiler which will therefore not continue watching your scss, thus the eternal "working on it..".

Share:
13,322
Denis Lukić
Author by

Denis Lukić

Updated on July 31, 2022

Comments

  • Denis Lukić
    Denis Lukić over 1 year

    Anyone have an idea why live sass compiler extension on vs code is not working? I did try to reinstall extension and to edit path saving settings and even to reinstall vs code but nothing. The problem is that it worked for a short period of time and just stopped, like it is some bug or something because it is constantly showing 'working on it..' but nothing is happening. Is there some issue with extension or it could be up to myself?

    Please if someone have an idea what could cause this problem, I will appreciate answer.

    thank you.

  • alotropico
    alotropico over 3 years
    Before making this answer you should leave some comments trying to figure out the issue. As it is the answer is not completely bad but it's it's not precise enough to be helpful for other people
  • s3c
    s3c about 3 years
    In my case the problem turned out to be in settings for compatible browsers list. defaults and not ie 11 apparently does not work. #forwhomitmayconcern