@6thbridge/hexa 0.0.42 → 0.0.43
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/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/output.css +0 -8
- package/package.json +1 -1
package/dist/output.css
CHANGED
@@ -588,10 +588,6 @@ video {
|
|
588
588
|
position: relative;
|
589
589
|
}
|
590
590
|
|
591
|
-
.sticky{
|
592
|
-
position: sticky;
|
593
|
-
}
|
594
|
-
|
595
591
|
.inset-0{
|
596
592
|
inset: 0px;
|
597
593
|
}
|
@@ -636,10 +632,6 @@ video {
|
|
636
632
|
isolation: isolate;
|
637
633
|
}
|
638
634
|
|
639
|
-
.z-10{
|
640
|
-
z-index: 10;
|
641
|
-
}
|
642
|
-
|
643
635
|
.z-50{
|
644
636
|
z-index: 50;
|
645
637
|
}
|