Upgrade bourbon to ^6.0.0 (#161)

This commit is contained in:
Pranav Raj S
2019-10-20 13:34:19 +05:30
committed by GitHub
parent 20cfd005b9
commit dd018f3682
23 changed files with 94 additions and 90 deletions

View File

@@ -20,7 +20,7 @@ table {
tr {
.show-if-hover {
opacity: 0;
@include transition(all .2s $ease-in-out-cubic);
transition: all .2s $ease-in-out-cubic;
}
&:hover {
.show-if-hover {
@@ -42,7 +42,7 @@ table {
min-width: 20rem;
@include flex;
@include flex-align(left, null);
@include flex-direction(row);
flex-direction: row;
}
.button {
@include margin($zero);