refactor(ui): sort windicss classes

This commit is contained in:
liyasthomas
2021-07-17 23:10:28 +05:30
parent a2a9bae0e3
commit 590c21209c
85 changed files with 32066 additions and 896 deletions

View File

@@ -7,7 +7,7 @@
</div>
</template>
<template #body>
<div class="flex flex-col px-2 space-y-2">
<div class="flex flex-col space-y-2 px-2">
<SmartItem
to="https://addons.mozilla.org/en-US/firefox/addon/hoppscotch"
blank
@@ -25,7 +25,7 @@
</div>
</template>
<template #footer>
<div class="px-2 text-secondaryLight text-xs">
<div class="text-secondaryLight text-xs px-2">
{{ $t("extensions_info1") }}
</div>
</template>