Is there any tools to convert SASS/SCSS to Stylus?
Or any way to speed up compiling SCSS?
MojoTech made a tool to easily convert SASS to Stylus:
http://sass2stylus.com/
You can view the source code on Github if you'd like to see how it works.
I doubt there are any direct tools available, but you can do this:
Convert SASS to CSS
sass input.scss -o output.css
Then convert CSS to Stylus
stylus --css output.css input.styl
One line conversion
sass input.scss | stylus --css
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With