Skip to content

Commit

Permalink
Add align-sub and align-super utilities
Browse files Browse the repository at this point in the history
Co-Authored-By: TCatinaud <5670642+tcatinaud@users.noreply.github.com>
  • Loading branch information
adamwathan and TCatinaud committed Sep 12, 2021
1 parent df011dc commit 6816ad6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/corePlugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
})
}

Expand Down

0 comments on commit 6816ad6

Please sign in to comment.