mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Add align-sub and align-super utilities
Co-Authored-By: TCatinaud <5670642+tcatinaud@users.noreply.github.com>
This commit is contained in:
parent
df011dc9b4
commit
6816ad66a0
@ -1485,6 +1485,8 @@ export let verticalAlign = ({ addUtilities }) => {
|
||||
'.align-bottom': { 'vertical-align': 'bottom' },
|
||||
'.align-text-top': { 'vertical-align': 'text-top' },
|
||||
'.align-text-bottom': { 'vertical-align': 'text-bottom' },
|
||||
'.align-sub': { 'vertical-align': 'sub' },
|
||||
'.align-super': { 'vertical-align': 'super' },
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user