Remove styles, rename some classes
This commit is contained in:
parent
451789c1a2
commit
e9eab9260b
5 changed files with 2 additions and 14 deletions
|
@ -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,
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
@each $value in 'left' 'center' 'right'
|
||||
.text-#{$value}
|
||||
text-align: #{$value}
|
||||
|
||||
.text-light
|
||||
color: #777
|
|
@ -13,7 +13,6 @@ $primary: $blue
|
|||
@import 'mixins'
|
||||
|
||||
@import 'base/layout'
|
||||
@import 'base/typography'
|
||||
@import 'base/utilities'
|
||||
|
||||
@import 'components/availability'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue