@x33025/sveltely 0.0.10 → 0.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/style/index.css +2 -2
- package/dist/style.css +0 -2
- package/package.json +1 -1
package/dist/style/index.css
CHANGED
package/dist/style.css
CHANGED
|
@@ -516,13 +516,11 @@
|
|
|
516
516
|
}
|
|
517
517
|
.vstack {
|
|
518
518
|
display: flex;
|
|
519
|
-
height: 100%;
|
|
520
519
|
min-height: calc(var(--spacing) * 0);
|
|
521
520
|
flex-direction: column;
|
|
522
521
|
}
|
|
523
522
|
.hstack {
|
|
524
523
|
display: flex;
|
|
525
|
-
width: 100%;
|
|
526
524
|
min-width: calc(var(--spacing) * 0);
|
|
527
525
|
flex-direction: row;
|
|
528
526
|
}
|