angular / material

Material design for AngularJS
https://material.angularjs.org/
MIT License
16.54k stars 3.39k forks source link

Add support for less pre-processor #647

Closed rayshan closed 10 years ago

rayshan commented 10 years ago

Hope it's not a dupe, tried to search for it but less is a very generic term.

ThomasBurleson commented 10 years ago

Angular Material uses Sass. Can you explain why we need a {less} preprocessor?

demisx commented 10 years ago

No LESS please. :-1:

dmackerman commented 10 years ago

LESS is inferior in a lot of ways. Plus with node-sass, the javasript argument about speed it moot as well.

bcldvd commented 9 years ago

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 :)

WillsB3 commented 9 years ago

@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.

nfriend commented 6 years ago

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.

Splaktar commented 6 years ago

@nfriend Just FYI, This repository is for AngularJS Material, not Angular Material. So mentioning the Angular CLI is not relevant here.

nfriend commented 6 years ago

@Splaktar Ah, my bad! The repository name threw me off.