Skip to content

Commit 718b4b2

Browse files
set overwrites
1 parent 1f51ef0 commit 718b4b2

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

core/package-lock.json

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@
7272
"stylelint": "^13.13.1",
7373
"stylelint-order": "^4.1.0"
7474
},
75+
"overrides": {
76+
"@stencil/core": "4.29.0-dev.1743807712.6244a07"
77+
},
7578
"scripts": {
7679
"build": "npm run clean && npm run build.css && stencil build --es5 --docs-json dist/docs.json",
7780
"build.css": "npm run css.sass && npm run css.minify",

core/src/css/structure.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ html {
2222
text-size-adjust: 100%;
2323
}
2424

25-
html:not(.hydrated) body {
26-
display: none;
27-
}
28-
2925
html.ion-ce body {
3026
display: block;
3127
}

0 commit comments

Comments
 (0)