Skip to content

Commit

Permalink
Merge pull request #104 from jbs-marcus/master
Browse files Browse the repository at this point in the history
🐛 add missing word break properties (fixes #103)
  • Loading branch information
danpacho authored May 30, 2024
2 parents 90a862b + 34cd796 commit 293aa3f
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ import { TailwindTextUnderlineOffsetType } from "./@text.underline.offset"
import { TailwindTextWrapType } from "./@text.wrap"
import { TailwindVerticalAlignType } from "./@vertical.align"
import { TailwindWhitespaceType } from "./@whitespace"
import { TailwindWordBreakType } from "./@word.break"

export interface TailwindFontPlug {
content?: string
Expand Down Expand Up @@ -94,4 +95,5 @@ export interface TailwindFont<
TailwindHyphensType<FontPlug["hyphens"]>,
TailwindListStylePositionType,
TailwindVerticalAlignType,
TailwindWhitespaceType {}
TailwindWhitespaceType,
TailwindWordBreakType {}

0 comments on commit 293aa3f

Please sign in to comment.