Closed jocklei closed 3 years ago
This generator is all about integration, especially with UI components that currently all use SCSS. If you would like to mix some existing LESS styles with it, there's nothing special to do, put your LESS files and reference it in your components.
However, if you want to use LESS for your whole project then you should better start from scratch using the Angular CLI.
For angular projects created with NGX rocket, the default sass language is used as the style sheet. How to configure the created style sheet to be less???
Thank you for your reply!!