Skip to content

Commit

Permalink
feat: white-space
Browse files Browse the repository at this point in the history
  • Loading branch information
BenSeage committed Dec 30, 2021
1 parent 1e97357 commit aa142ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ import { WillChangeStyle } from './will-change';
import { TextUnderlineOffsetStyle } from './text-underline-offset';
import { InsetStyle } from './inset';
import { ColumnsStyle } from './columns';
import { WhiteSpaceStyle } from './white-space';

/**
* 創建監聽器已追蹤整個 document 的 class
Expand Down Expand Up @@ -191,6 +192,7 @@ StyleSheet.Styles.push(
TextIndentStyle,
VerticalAlignStyle,
ColumnsStyle,
WhiteSpaceStyle,
InsetStyle,
LinesStyle,
MaxHeightStyle,
Expand Down

0 comments on commit aa142ff

Please sign in to comment.