@import "tailwindcss";

@source '../../vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php';
@source '../../storage/framework/views/*.php';
@source '../**/*.blade.php';
@source '../**/*.js';
/* استایل‌های خام خودت */

body {
    background-image: url("/storage/products/coffe.jpg");
    /* background-color: red; */
}
