Merge branch 'master' into add-skills

This commit is contained in:
Oliver Davies 2017-06-24 06:29:42 +01:00
commit 51251dc3fc
5 changed files with 31 additions and 14 deletions

View file

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