Remove self-baseline utility

Has no browser support and I can't even really understand how it would work.

Closes #198.
This commit is contained in:
Adam Wathan 2017-10-24 07:50:38 -04:00
parent 063f12ce58
commit 0a5a05f1cd
2 changed files with 0 additions and 23 deletions

View File

@ -3136,10 +3136,6 @@ button,
align-self: center;
}
.self-baseline {
align-self: baseline;
}
.self-stretch {
align-self: stretch;
}
@ -5890,10 +5886,6 @@ button,
align-self: center;
}
.sm\:self-baseline {
align-self: baseline;
}
.sm\:self-stretch {
align-self: stretch;
}
@ -8645,10 +8637,6 @@ button,
align-self: center;
}
.md\:self-baseline {
align-self: baseline;
}
.md\:self-stretch {
align-self: stretch;
}
@ -11400,10 +11388,6 @@ button,
align-self: center;
}
.lg\:self-baseline {
align-self: baseline;
}
.lg\:self-stretch {
align-self: stretch;
}
@ -14155,10 +14139,6 @@ button,
align-self: center;
}
.xl\:self-baseline {
align-self: baseline;
}
.xl\:self-stretch {
align-self: stretch;
}

View File

@ -56,9 +56,6 @@ export default function() {
'self-center': {
'align-self': 'center',
},
'self-baseline': {
'align-self': 'baseline',
},
'self-stretch': {
'align-self': 'stretch',
},