Use utility classes

This commit is contained in:
Oliver Davies 2017-07-11 18:56:05 +01:00
parent 2d11d2efc6
commit 0692d8ff00
6 changed files with 14 additions and 12 deletions

View file

@ -1,3 +1,6 @@
@each $value in 'left' 'center' 'right'
.text-#{$value}
text-align: #{$value}
.text-light
color: #777