Jason Moore

Results 178 comments of Jason Moore

Whichever one suits your project.

Can you post your project so that I can replicate the issue?

What project type does it not work with? Zip the project, click the image button, choose the zip file.

The zip file only contains the .sln file and the .vs directory.

The project you posted is working exactly how you have it configured. When I save the scss file, it compiles successfully and the css file is created. Do you have...

File nesting is a personal preference, it has no effect on the functionality of the extension. I need specific details to help; what file cannot be found? What did you...

What's throwing the file not found error? If WebCompiler cannot find an input file, it will display " Web Compiler found an error in compilerconfig.json". It doesn't display an error...

Try following these steps [https://github.com/failwyn/WebCompiler/issues/63#issuecomment-1337660475](https://github.com/failwyn/WebCompiler/issues/63#issuecomment-1337660475)

We use NUglify to minimize the css; the removal of the fr is probably an optimization; Is there a noticeable difference between 0fr and 0?

I'd post this issue on the NUglify GitHub page and see what they say about it.