PageRenderTime 24ms CodeModel.GetById 19ms RepoModel.GetById 1ms app.codeStats 0ms

/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
  1. html
  2. head
  3. :sass
  4. $blue: #3bbfce
  5. $margin: 16px
  6. .content-navigation
  7. border-color: $blue
  8. color: darken($blue, 9%)
  9. .border
  10. padding: $margin / 2
  11. margin: $margin / 2
  12. border-color: $blue
  13. body
  14. h1 Hello
  15. p This is some text