@@ -2740,7 +2740,7 @@ interface CSSStyleDeclaration {
27402740 animationName: string;
27412741 animationPlayState: string;
27422742 animationTimingFunction: string;
2743- backfaceVisibility: string | null ;
2743+ backfaceVisibility: string;
27442744 background: string | null;
27452745 backgroundAttachment: string | null;
27462746 backgroundClip: string | null;
@@ -2987,8 +2987,8 @@ interface CSSStyleDeclaration {
29872987 pageBreakInside: string | null;
29882988 readonly parentRule: CSSRule;
29892989 penAction: string | null;
2990- perspective: string | null ;
2991- perspectiveOrigin: string | null ;
2990+ perspective: string;
2991+ perspectiveOrigin: string;
29922992 placeContent: string;
29932993 placeItems: string;
29942994 placeSelf: string;
@@ -2997,12 +2997,12 @@ interface CSSStyleDeclaration {
29972997 quotes: string | null;
29982998 resize: string;
29992999 right: string | null;
3000- rotate: string | null ;
3000+ rotate: string;
30013001 rowGap: string;
30023002 rubyAlign: string | null;
30033003 rubyOverhang: string | null;
30043004 rubyPosition: string | null;
3005- scale: string | null ;
3005+ scale: string;
30063006 scrollBehavior: string;
30073007 stopColor: string | null;
30083008 stopOpacity: string | null;
@@ -3042,13 +3042,13 @@ interface CSSStyleDeclaration {
30423042 transform: string;
30433043 transformBox: string;
30443044 transformOrigin: string;
3045- transformStyle: string | null ;
3045+ transformStyle: string;
30463046 transition: string;
30473047 transitionDelay: string;
30483048 transitionDuration: string;
30493049 transitionProperty: string;
30503050 transitionTimingFunction: string;
3051- translate: string | null ;
3051+ translate: string;
30523052 unicodeBidi: string;
30533053 userSelect: string;
30543054 verticalAlign: string | null;
0 commit comments