lowtechweb/assets/styles/main.sass

19 lines
280 B
Sass

@import "./variables"
@import "./reset"
@import "./html"
@import "./a11y"
@import "./content"
@import "./menu"
@import "./footer"
body
background-color: green
.layout
background-color: white
@media screen and (min-width: 60em)
.layout
width: 800px
margin: 0 auto