meteor / todos

The example app "Todos", written following the Meteor Guide
Other
535 stars 367 forks source link

Sass instead of Less #200

Closed jdnichollsc closed 7 years ago

jdnichollsc commented 7 years ago

Hi guys,

What do you think about to use Sass (scss) instead of Less?

Thanks in advance, Nicholls

hwillson commented 7 years ago

Hi @jdnichollsc - less is used internally by MDG, so they picked it when creating this reference application. A version of todos could just as easily be created/maintained using sass, stylus or any other css preprocessor for that matter. Sass has been used successfully with many Meteor projects, and is referenced in the Meteor Guide. Thanks!