/scalate-jruby/src/test/resources/sample.jade
http://github.com/scalate/scalate · Jade · 17 lines · 15 code · 2 blank · 0 comment · 0 complexity · 2e71102c70e977c28b54fca8a96da89c MD5 · raw file
- html
- head
- :sass
- $blue: #3bbfce
- $margin: 16px
- .content-navigation
- border-color: $blue
- color: darken($blue, 9%)
- .border
- padding: $margin / 2
- margin: $margin / 2
- border-color: $blue
- body
- h1 Hello
- p This is some text