@ohhwells/bridge 0.1.42 → 0.1.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.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/styles.css +0 -6
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -574,12 +574,6 @@
|
|
|
574
574
|
.bg-background {
|
|
575
575
|
background-color: var(--color-background);
|
|
576
576
|
}
|
|
577
|
-
.bg-background\/90 {
|
|
578
|
-
background-color: var(--color-background);
|
|
579
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
580
|
-
background-color: color-mix(in oklab, var(--color-background) 90%, transparent);
|
|
581
|
-
}
|
|
582
|
-
}
|
|
583
577
|
.bg-black\/20 {
|
|
584
578
|
background-color: color-mix(in srgb, #000 20%, transparent);
|
|
585
579
|
@supports (color: color-mix(in lab, red, red)) {
|