@powerhousedao/powerhouse-vetra-packages 6.0.0-dev.112 → 6.0.0-dev.114
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/editors/style.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! tailwindcss v4.
|
|
1
|
+
/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
|
|
2
2
|
@layer properties;
|
|
3
3
|
@layer theme, base, components, utilities;
|
|
4
4
|
@layer theme {
|
|
@@ -200,6 +200,12 @@
|
|
|
200
200
|
.relative {
|
|
201
201
|
position: relative;
|
|
202
202
|
}
|
|
203
|
+
.start {
|
|
204
|
+
inset-inline-start: var(--spacing);
|
|
205
|
+
}
|
|
206
|
+
.end {
|
|
207
|
+
inset-inline-end: var(--spacing);
|
|
208
|
+
}
|
|
203
209
|
.top-1 {
|
|
204
210
|
top: calc(var(--spacing) * 1);
|
|
205
211
|
}
|
|
@@ -317,7 +323,7 @@
|
|
|
317
323
|
min-height: 100dvh;
|
|
318
324
|
}
|
|
319
325
|
.w-1\/2 {
|
|
320
|
-
width: calc(1/2 * 100%);
|
|
326
|
+
width: calc(1 / 2 * 100%);
|
|
321
327
|
}
|
|
322
328
|
.w-4 {
|
|
323
329
|
width: calc(var(--spacing) * 4);
|