What are the options that I have if I want to use SASS (SCSS) and Ecmascript 6 (or even Typescript) in my projects? Is there a tool to transpile SASS, Ecmascript6 or Typescript that I can use with Adobe AEM?
For LESS, AEM gives oob support but for sass, you need to make changes in AEM codebase so that sass written file can be converted to CSS file client library during code compilation.