Our state of the art Gantt chart


Post by licjapodaca »

I already load in VSCode the resources folder of SASS files like so:

Screen Shot 2021-05-31 at 4.46.48 p.m..png
Screen Shot 2021-05-31 at 4.46.48 p.m..png (626.62 KiB) Viewed 351 times

In VSCode I have installed the following extensions:

  • Live SASS Compiler

  • SASS

With that extensions appears me some errors of variables not declared... that's why my question, What SASS compiler/bundler do you use?

My purpose it's to create a new customized theme.

Regards


Post by saki »

Internally, for compiling our themes, we use https://sass-lang.com/ which translates into npm package as:

"sass":"~1.32.0"

Actually, I do not have any sass extension installed in VSCode. I installed same extensions as you but got no errors:

Screen Shot 2021-06-01 at 09.22.29.png
Screen Shot 2021-06-01 at 09.22.29.png (460.8 KiB) Viewed 339 times

However, I get no errors even w/o any extension:

The attachment Screen Shot 2021-06-01 at 09.22.56.png is no longer available

I think the problem must be elsewhere, perhaps VSCode developers/users know more about it.

Attachments
Screen Shot 2021-06-01 at 09.22.56.png
Screen Shot 2021-06-01 at 09.22.56.png (434.38 KiB) Viewed 339 times

Post by licjapodaca »

Ok, perfect ... I will continue in this thread

Regards


Post Reply