Initialized fresh Laravel 12 with dependencies in inertia-vue-refresh branch

This commit is contained in:
2025-09-06 11:01:29 +02:00
parent 2ed84c2b6a
commit 6895316fbb
79 changed files with 17263 additions and 32 deletions

11
resources/css/app.css Normal file
View File

@@ -0,0 +1,11 @@
@import 'tailwindcss';
@source '../../vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php';
@source '../../storage/framework/views/*.php';
@source '../**/*.blade.php';
@source '../**/*.js';
@theme {
--font-sans: 'Instrument Sans', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
'Segoe UI Symbol', 'Noto Color Emoji';
}