@es6Test we are probably going to remove the "out of the box" support for less and instead require people use npm to install their favorite style engine.
Would you be interested in helping us create a system-stylus?
Never been to stylus's website before, but within a few seconds I found: http://stylus-lang.com/try.html. This means that there's some build that works in the browser.
Going to close as this has been open for a long time with no one stepping up to do it. Of course anyone can make a stylus plugin any time they want and we'd be happy to link to it.
@matthewp commented on Tue Mar 21 2017
@es6Test commented on Fri Feb 26 2016
I love stylus more than less, can we support it out of the box too?
@justinbmeyer commented on Fri Feb 26 2016
@es6Test we are probably going to remove the "out of the box" support for less and instead require people use npm to install their favorite style engine.
Would you be interested in helping us create a
system-stylus
?@es6Test commented on Fri Feb 26 2016
sorry I'm pretty busy with work and stuff
@justinbmeyer commented on Fri Feb 26 2016
@es6Test it's pretty easy. Here's the sass one: https://github.com/stealjs/steal-sass/blob/master/main.js
You basically need to implement a translate hook.
@pYr0x commented on Sun Feb 28 2016
@es6Test do you know a library for compiling stylus in the browser? Because that is needed for the development mode in steal.
@es6Test commented on Tue Mar 01 2016
I'm not aware of any.
@justinbmeyer commented on Tue Mar 01 2016
Never been to stylus's website before, but within a few seconds I found: http://stylus-lang.com/try.html. This means that there's some build that works in the browser.
@justinbmeyer commented on Tue Mar 01 2016
A quick google search turned up: http://stackoverflow.com/questions/11353296/client-side-usage-of-stylus-css . One of the responses has instructions on how to build stylus for the browser.
@QuantumInformation commented on Wed Jul 20 2016
Can the bulk of the sass code be modified to fit stylus? I have a client that uses stylus and would be nice to drop in steal.
@pYr0x commented on Wed Jul 20 2016
there are 2 things we have to consider.
i dont think the steal-sass is actual a good module to copy.