#99 - tailwind plugin for eslint

This commit is contained in:
Adrian Hopek
2022-03-31 09:09:01 +02:00
parent fe1d86789d
commit de4236f3d1
31 changed files with 496 additions and 463 deletions

View File

@@ -4,7 +4,7 @@
:auth="auth"
:years="years"
/>
<main class="lg:ml-64 flex flex-col flex-1 py-8">
<main class="flex flex-col flex-1 py-8 lg:ml-64">
<div class="lg:px-4">
<slot />
</div>

View File

@@ -1,5 +1,5 @@
<template>
<div class="min-h-screen flex flex-col justify-center py-12 sm:px-6 lg:px-8 bg-blumilk-25">
<div class="flex flex-col justify-center py-12 min-h-screen bg-blumilk-25 sm:px-6 lg:px-8">
<slot />
</div>
</template>