mirror of
https://github.com/sstent/node.git
synced 2026-01-26 15:12:37 +00:00
17 lines
172 B
Stylus
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
|
|
}
|