@feedmepos/merge-css 1.0.0-uat.20251125.71241 → 1.0.0-uat.20251126.24419
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.css +4 -0
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -10219,6 +10219,10 @@ video {
|
|
|
10219
10219
|
align-items: flex-start;
|
|
10220
10220
|
}
|
|
10221
10221
|
|
|
10222
|
+
.xs\:items-stretch {
|
|
10223
|
+
align-items: stretch;
|
|
10224
|
+
}
|
|
10225
|
+
|
|
10222
10226
|
.xs\:justify-between {
|
|
10223
10227
|
justify-content: space-between;
|
|
10224
10228
|
}
|