app.css 450 B

12345678910111213141516
  1. @import 'tailwindcss';
  2. @source '../../vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php';
  3. @source '../../storage/framework/views/*.php';
  4. @source "../**/*.blade.php";
  5. @source "../**/*.js";
  6. @source "../**/*.vue";
  7. @theme {
  8. --font-sans: 'Instrument Sans', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
  9. 'Segoe UI Symbol', 'Noto Color Emoji';
  10. }
  11. body {
  12. background-color: #f8f9fa;
  13. }