You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910111213
  1. @import './partials/_reset.sss'
  2. @import './variables.sss'
  3. @import './partials/_layout.sss'
  4. @import './partials/_helpers.sss'
  5. @import './partials/_selectors.sss'
  6. html
  7. background-color: $primary
  8. body
  9. display: flex
  10. flex-direction: column