|
|
|
|
|
by pablovidal85
3639 days ago
|
|
I'd like to see CSS-shaped HTML like this: doctype html
html {
head {
title Hello there
script type='text/javascript' src='main.js'
}
body {
p class='one two' {
span Sample text
}
}
}
Is there an HTML preprocessor using a similar language? |
|