Refactor events and talks

This commit is contained in:
Oliver Davies 2017-07-09 09:15:27 +01:00
parent af663e2397
commit 20c8f2d834
29 changed files with 309 additions and 251 deletions

View file

@ -16,6 +16,6 @@
.list-style-none
list-style: none
@each $value in 'block' 'inline' 'inline-block'
@each $value in 'block', 'inline', 'inline-block'
.display-#{$value}
display: #{$value}