/hyde/tests/ext/stylus/site.styl
Stylus | 14 lines | 11 code | 3 blank | 0 comment | 0 complexity | 28f51fefde00aae67e7f2dac53ed43ed MD5 | raw file
1@import "inc/mixin" 2@import "inc/vars" 3@import "inc/reset.css" 4 5#header 6 color base-color * 3 7 border-left the-border 8 border-right the-border * 2 9 10#footer 11 color (base-color + #111) * 1.5 12 13#content 14 rounded 10px