@6thbridge/hexa 0.0.24 → 0.0.25
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/.turbo/turbo-lint.log +1 -1
- 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 +4 -0
- package/package.json +1 -1
package/dist/output.css
CHANGED
@@ -2371,6 +2371,10 @@ input:-webkit-autofill:active {
|
|
2371
2371
|
column-gap: 10px;
|
2372
2372
|
}
|
2373
2373
|
|
2374
|
+
.sm\:gap-y-0{
|
2375
|
+
row-gap: 0px;
|
2376
|
+
}
|
2377
|
+
|
2374
2378
|
.sm\:space-x-2 > :not([hidden]) ~ :not([hidden]){
|
2375
2379
|
--tw-space-x-reverse: 0;
|
2376
2380
|
margin-right: calc(0.5rem * var(--tw-space-x-reverse));
|