@shuriken-ui/tailwind 1.2.2 → 1.2.3
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/preset.cjs +1 -1
- package/dist/preset.mjs +1 -1
- package/package.json +1 -1
package/dist/preset.cjs
CHANGED
|
@@ -3615,7 +3615,7 @@ const dropdown = plugin__default.withOptions(
|
|
|
3615
3615
|
[`.${prefix}dropdown`]: {
|
|
3616
3616
|
[`@apply text-${config.textPosition}`]: {},
|
|
3617
3617
|
[`.${prefix}menu`]: {
|
|
3618
|
-
[`@apply relative`]: {}
|
|
3618
|
+
[`@apply relative inline-block`]: {}
|
|
3619
3619
|
},
|
|
3620
3620
|
[`.${prefix}menu-content`]: {
|
|
3621
3621
|
[`@apply p-2`]: {}
|
package/dist/preset.mjs
CHANGED
|
@@ -3604,7 +3604,7 @@ const dropdown = plugin.withOptions(
|
|
|
3604
3604
|
[`.${prefix}dropdown`]: {
|
|
3605
3605
|
[`@apply text-${config.textPosition}`]: {},
|
|
3606
3606
|
[`.${prefix}menu`]: {
|
|
3607
|
-
[`@apply relative`]: {}
|
|
3607
|
+
[`@apply relative inline-block`]: {}
|
|
3608
3608
|
},
|
|
3609
3609
|
[`.${prefix}menu-content`]: {
|
|
3610
3610
|
[`@apply p-2`]: {}
|