Files
node/node_modules/derby-examples/sink/styles/base.styl
2012-05-30 23:00:06 -04:00

17 lines
172 B
Stylus

@import "./reset";
@import "nib/vendor";
body {
padding: 2em;
}
h1 {
font-size: 2em;
margin-bottom: .5em;
}
p {
line-height: 2em;
}
* {
box-sizing: border-box
}