Closed rayshan closed 10 years ago
Angular Material uses Sass. Can you explain why we need a {less} preprocessor?
No LESS please. :-1:
LESS is inferior in a lot of ways. Plus with node-sass, the javasript argument about speed it moot as well.
All our current layout and directives are written in less. Plus some of our components are also written in less...
Would be interesting for teams like ours to add this component's style into our gulp less & concat task
Some people still like Less :)
@bcldvd There's nothing stopping you using the pre-compiled css alongside your own .less stylesheets.
It'd be wasted effort to maintain another copy of Angular Material in LESS in my opinion.
Just a note - the Angular CLI includes support for creating apps that use LESS using the --style
parameter:
ng new my-app --style=less
So this is one reason people (like me :) ) might expect Angular Material to support LESS.
@nfriend Just FYI, This repository is for AngularJS Material, not Angular Material. So mentioning the Angular CLI is not relevant here.
@Splaktar Ah, my bad! The repository name threw me off.
Hope it's not a dupe, tried to search for it but less is a very generic term.