diff options
Diffstat (limited to 'vnext')
-rw-r--r-- | vnext/package.json | 3 | ||||
-rw-r--r-- | vnext/src/style/main.css | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/vnext/package.json b/vnext/package.json index ba2d34db..771b9688 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -71,8 +71,7 @@ [ "@babel/preset-env", { - "useBuiltIns": "usage", - "debug": true + "useBuiltIns": "usage" } ], "@babel/preset-react" diff --git a/vnext/src/style/main.css b/vnext/src/style/main.css index 14c70465..9ee29f74 100644 --- a/vnext/src/style/main.css +++ b/vnext/src/style/main.css @@ -6,6 +6,9 @@ html, body, div, h1, h2, ul, li, p, form, input, textarea, pre { margin: 0; padding: 0; +} + +body { text-size-adjust: 100%; } |