mrcrowl / vscode-easy-less

Easy LESS extension for Visual Studio Code
MIT License
67 stars 23 forks source link

EASY LESS #40

Closed pujarasanni027 closed 5 years ago

pujarasanni027 commented 6 years ago

Hello Team,

I have implemented easy less working fine with respected variable values.

can i change those (variable's) value dynamically from code (Typescript) side.

Will it dynamically update less file ?

Need help.

Thanks

mrcrowl commented 5 years ago

Hi @pujarasanni027 ... I'm not sure I entirely understand what you're meaning, but I'll give it a go.

The only way that EasyLESS converts from less --> css is when a file is saved inside of vs code. It doesn't detect changes to the file that are triggered outside of that process.