mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Remove "inline-flex-y-center" utility.
Can just use "flex-y-center" and "flex-inline" instead.
This commit is contained in:
parent
3760c938a5
commit
9eb457f5b4
@ -36,11 +36,6 @@
|
||||
align-items: baseline;
|
||||
}
|
||||
|
||||
.inline-flex-y-center {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.flex-right {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
@ -98,7 +93,6 @@
|
||||
&flex-y-center { .flex-y-center; }
|
||||
&flex-y-end { .flex-y-end; }
|
||||
&flex-y-baseline { .flex-y-baseline; }
|
||||
&inline-flex-y-center { .inline-flex-y-center; }
|
||||
&flex-right { .flex-right; }
|
||||
&flex-spaced { .flex-spaced; }
|
||||
&flex-around { .flex-around; }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user