@import "tailwindcss";

[x-cloak] {
    display: none !important;
}
@source "../**/*.blade.php";
@source "../**/*.js";
@source "../../vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php";
@source "../../storage/framework/views/*.php";




html, body {
    height: 100%;
}