So you have a CSS theme written using LESS. A simple example would be like the example below… you’ve extracted your variables into a file named “variables.less” and you use an import to make those variables available to your main stylesheet. If you decide to change something important, you can do that in the variablesContinue reading “Generate Multiple Themes From the Same LESS File”
Tag Archives: less
Universal Tasks in Visual Studio Code
This is a little trick that allows you to do pretty much whatever you like in a Visual Studio Code task. If you can put it in a batch file, you can do with VSCode. All you need is this “I’ll run a batch file for you” task (and possibly add a problem matcher soContinue reading “Universal Tasks in Visual Studio Code”