Sass

This module extends the style tag to render the Sass styling language (reference).

<style type=sass>

$sunny: #fed62d;

body {
  background-color: $sunny;
}

</style>