pikock / bootstrap-magic

Bootstrap themes generator made with AngularJS
https://pikock.github.io/bootstrap-magic
Other
1.8k stars 491 forks source link

Support for SASS #36

Closed EHLOVader closed 10 years ago

EHLOVader commented 10 years ago

I think now that bootstrap supports SASS as well as LESS it would be a nice addition to support the same here.

thierryc commented 10 years ago

LESS is write in Javascript and can be use in server and Browser side. Bootstrap-magic Use both. SASS (RUBY) can't be include in the client.

Usefull link to convert SASS to LESS en LESS to SASS http://csspre.com/convert

Thierry