Skip to content

Commit

Permalink
Add CSSTransform related types to browser (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
inker610566 committed Jul 7, 2021
1 parent 90f27f5 commit ddabdeb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions globals.json
Expand Up @@ -442,15 +442,24 @@
"CSSImportRule": false,
"CSSKeyframeRule": false,
"CSSKeyframesRule": false,
"CSSMatrixComponent": false,
"CSSMediaRule": false,
"CSSNamespaceRule": false,
"CSSPageRule": false,
"CSSPerspective": false,
"CSSRotate": false,
"CSSRule": false,
"CSSRuleList": false,
"CSSScale": false,
"CSSSkew": false,
"CSSSkewX": false,
"CSSSkewY": false,
"CSSStyleDeclaration": false,
"CSSStyleRule": false,
"CSSStyleSheet": false,
"CSSSupportsRule": false,
"CSSTransformValue": false,
"CSSTranslate": false,
"CustomElementRegistry": false,
"customElements": false,
"CustomEvent": false,
Expand Down

0 comments on commit ddabdeb

Please sign in to comment.