progress

On this page

Compiling assets

We use Tailwind CSS and custom Filament themes. If you are using Tailwind CSS v4, class scanning is configured from your CSS entry file using @source (instead of the old tailwind.config.js content array).

Custom Classes

Add these source paths to your app stylesheet (for example resources/css/app.css):

1@import "tailwindcss";
2 
3@source "../../vendor/lara-zeus/progress/resources/views/**/*.blade.php";
4@source "../../vendor/lara-zeus/progress/resources/views/themes/**/*.blade.php";

Zeus is an open-source project. Thanks to my sponsors for helping me maintain this project.