docs(app): move safelist back into app.vue

This commit is contained in:
Benjamin Canac
2025-02-18 12:11:16 +01:00
parent ada04f64a5
commit d29a6cba0e
2 changed files with 4 additions and 2 deletions

View File

@@ -93,3 +93,7 @@ provide('navigation', mappedNavigation)
</template>
</UApp>
</template>
<style>
/* Safelist (do not remove): [&>div]:*:my-0 [&>div]:*:w-full h-64 !px-0 !py-0 !pt-0 !pb-0 !p-0 !justify-start !min-h-96 h-136 */
</style>

View File

@@ -31,5 +31,3 @@ html[data-module="ui-pro"] .ui-only,
html[data-module="ui"] .ui-pro-only {
display: none;
}
/* Safelist (do not remove): [&>div]:*:my-0 [&>div]:*:w-full h-64 !px-0 !py-0 !pt-0 !pb-0 !p-0 !justify-start !min-h-96 h-136 */