This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/assets/sass/base/_layout.sass
2017-06-18 19:38:50 +01:00

18 lines
175 B
Sass

.is-centered
margin: 0 auto
.is-flex
display: flex
.is-half
width: 50%
.flex
flex: 1
.flex-wrap
flex-wrap: wrap
.list-style-none
list-style: none