File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -144,6 +144,7 @@ import { ScrollSnapStopStyle } from './scroll-snap-stop';
144
144
import { ScrollSnapTypeStyle } from './scroll-snap-type' ;
145
145
import { WillChangeStyle } from './will-change' ;
146
146
import { TextUnderlineOffsetStyle } from './text-underline-offset' ;
147
+ import { InsetStyle } from './inset' ;
147
148
148
149
/**
149
150
* 創建監聽器已追蹤整個 document 的 class
@@ -188,6 +189,7 @@ StyleSheet.Styles.push(
188
189
TextTransformStyle ,
189
190
TextIndentStyle ,
190
191
VerticalAlignStyle ,
192
+ InsetStyle ,
191
193
LinesStyle ,
192
194
MaxHeightStyle ,
193
195
MaxWidthStyle ,
Original file line number Diff line number Diff line change
1
+ import { Style } from '@master/style' ;
2
+
3
+ export class InsetStyle extends Style {
4
+ static override key = 'inset' ;
5
+ }
You can’t perform that action at this time.
0 commit comments