mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
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:
parent
063f12ce58
commit
0a5a05f1cd
@ -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;
|
||||
}
|
||||
|
||||
@ -56,9 +56,6 @@ export default function() {
|
||||
'self-center': {
|
||||
'align-self': 'center',
|
||||
},
|
||||
'self-baseline': {
|
||||
'align-self': 'baseline',
|
||||
},
|
||||
'self-stretch': {
|
||||
'align-self': 'stretch',
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user