Skip to content

Commit 6816ad6

Browse files
adamwathanTCatinaud
andcommitted
Add align-sub and align-super utilities
Co-Authored-By: TCatinaud <[email protected]>
1 parent df011dc commit 6816ad6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/corePlugins.js

+2
Original file line numberDiff line numberDiff line change
@@ -1485,6 +1485,8 @@ export let verticalAlign = ({ addUtilities }) => {
14851485
'.align-bottom': { 'vertical-align': 'bottom' },
14861486
'.align-text-top': { 'vertical-align': 'text-top' },
14871487
'.align-text-bottom': { 'vertical-align': 'text-bottom' },
1488+
'.align-sub': { 'vertical-align': 'sub' },
1489+
'.align-super': { 'vertical-align': 'super' },
14881490
})
14891491
}
14901492

0 commit comments

Comments
 (0)