A HTML pre-processor with a sassy flavor.
liten is available from the node package manager (npm).
npm install -g liten
Simple as shooting fish in a barrel.
$ liten index.liten
html
head
title: "Hello World"
body
nav#menu
ol
li \ a @href = "#home" :"home"
li \ a @href = "#work" :"work"
li \ a @href = "#about" :"about"
h1: "Hello World"
p
.first-paragraph
:"Lorem ipsum dolor sit amet..."
Carl Calderon: @carlcalderon
liten is licensed under Apache License, Version 2.0