@gpbl did a huge amount of good work on the material-ui-sass port. I think it would be a good idea to incorporate his work into the main project. This would have several advantages:
- Makes it easier for end users to choose whether to use sass or less—no need for an extra dependency;
- Whenever the less changes an issue can easily be raised to update the sass versions (rather than going to another project and raising it there);
- Feature parity between the less/sass versions can be maintained more efficiently.
At the moment, the Sass port works with version ^0.5.0. I'm the author of my own Sass framework and I'd be willing to help out in bringing it up to the latest version and keeping it up-to-date once it's there.