3
05/11/2024 8:45 am
Topic starter
Hi, how can I add Less to my PHP Storm IDE? I really like that it is easy to compile the CSS code and since I am running PHPStorm I want to take advantage with it (with some file watcher and node js integration, maybe?). Thanks
1 Answer
2
05/11/2024 8:45 am
First you need to install NodeJS from here: https://nodejs.org/en/download/
Then globally install LESS from here: http://lesscss.org/ (npm install -g less);
You can also read here (JetBrains blog)
Here is a video explaining it shortly: