With all the different preprocessors when you'll need a library or something (like mixins etc.), you'll often need to support multiple different preprocessors with different syntaxes etc.
What if there were a single preprocessor that could transpile to any other preprocessor code?
This way you could write your lib/tool in this meta-language, then before publishing on npm or stuff compile all the different .styl, .less, .sass etc., and get all the mixins and variables but in the desired flavour?
With all the different preprocessors when you'll need a library or something (like mixins etc.), you'll often need to support multiple different preprocessors with different syntaxes etc.
What if there were a single preprocessor that could transpile to any other preprocessor code?
This way you could write your lib/tool in this meta-language, then before publishing on npm or stuff compile all the different
.styl
,.less
,.sass
etc., and get all the mixins and variables but in the desired flavour?