Does anyone know an online Sass//SCSS vaidator?

I can’t seem to find one anywhere. I know it exists because I had link to such a validator on my old laptop , but can’t find it anymore.

Thanks!

Any compiler will “validate” the code by either compiling or not compiling the code. The error it gives is the feedback for what syntax is incorrect.

So I guess any online compiler would work.

https://www.google.com/search?q=scss+online+compiler

Hi, Thanks for your reply. No , I really meant more of a correct style validator.
I had found one online before, it was not a compiler, I already use that on my laptop
Thanks

What does “correct” mean?


Invalid syntax won’t compile. You can validate the compiled output using a CSS validator.

https://jigsaw.w3.org/css-validator/