Remove styles, rename some classes

This commit is contained in:
Oliver Davies 2017-08-06 20:47:56 +01:00
parent 451789c1a2
commit e9eab9260b
5 changed files with 2 additions and 14 deletions

View file

@ -16,11 +16,6 @@
.align-items-center
align-items: center
//@each $value in 'block', 'inline', 'inline-block', 'flex'
// .display-#{$value},
// .is-#{$value},
// display: #{$value}
@each $value in 'top', 'middle', 'bottom'
.table
& > thead > tr > th,

View file

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

View file

@ -13,7 +13,6 @@ $primary: $blue
@import 'mixins'
@import 'base/layout'
@import 'base/typography'
@import 'base/utilities'
@import 'components/availability'