vueless 0.0.127 → 0.0.128
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/package.json
CHANGED
package/preset.tailwind/index.js
CHANGED
|
@@ -49,7 +49,6 @@ export function vuelessPreset() {
|
|
|
49
49
|
"safe-bottom": "env(safe-area-inset-bottom)",
|
|
50
50
|
"safe-left": "env(safe-area-inset-left)",
|
|
51
51
|
"safe-right": "env(safe-area-inset-right)",
|
|
52
|
-
"mobile-menu-height": "3.5rem",
|
|
53
52
|
},
|
|
54
53
|
fontSize: {
|
|
55
54
|
"2xs": ["0.625rem", "0.875rem"], // 10px
|
|
@@ -238,7 +238,7 @@ onMounted(() => {
|
|
|
238
238
|
<style lang="postcss" scoped>
|
|
239
239
|
/**
|
|
240
240
|
* TODO: Move this styles to global vueless config using tailwind group class and remove footer classes
|
|
241
|
-
|
|
241
|
+
*
|
|
242
242
|
.vueless-page {
|
|
243
243
|
&-footer {
|
|
244
244
|
&-left:deep(.vueless-dropdown-button) {
|
|
@@ -288,4 +288,5 @@ onMounted(() => {
|
|
|
288
288
|
}
|
|
289
289
|
}
|
|
290
290
|
}
|
|
291
|
+
*/
|
|
291
292
|
</style>
|