-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Description
I understand the reasoning behind picking less over sass. It made sense. However, if the files were converted to stylus, it would provide the ability to use many other css code styles for development (indentation, brackets vs no brackets, eliminating semicolons, etc.), as well as pick up a lot of additional math functions & additional functionality. I think this update would be very welcomed by the community.
Migration from less to stylus would be very simple, as stylus can accept a very similar format (basically, the same format) as less. A pull request for this would involve renaming files from .less to .styl, and then just updating the grunt/gulp build commands. Everything else should basically remain the same.
Let me know your thoughts and I can work on a PR.