ngx-rocket / generator-ngx-rocket

:rocket: Extensible Angular 14+ enterprise-grade project generator
https://ngx-rocket.github.io/
MIT License
1.53k stars 218 forks source link

How to use less as a style sheet language in a project?? #565

Closed jocklei closed 3 years ago

jocklei commented 3 years ago

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!!

sinedied commented 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.