Hi, I don’t want to use sass in my Ionic project, I just want to use Less, is there a way to create a project that only uses Less or a migration?
CSS preprocessors are outside of the scope of what Ionic dictates.
If you are using angular, you can simply rename the files to .less
and use that. Though the benefits of these preprocessors are really negligible
for future if you dont like to change .scss to .less every time you create an page, component then edit in angular.json
Link: angular.json
1 Like