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

22 lines
276 B
Sass
Raw Normal View History

2017-05-15 23:32:23 +00:00
.is-centered
margin: 0 auto
2017-02-19 21:14:22 +00:00
.is-flex
display: flex
.is-half
width: 50%
2017-04-16 00:29:47 +00:00
.flex
flex: 1
2017-06-15 20:57:42 +00:00
.flex-wrap
flex-wrap: wrap
.list-style-none
list-style: none
2017-06-24 05:29:42 +00:00
2017-07-09 08:15:27 +00:00
@each $value in 'block', 'inline', 'inline-block'
2017-06-18 18:54:05 +00:00
.display-#{$value}
display: #{$value}