Introduces v2 role routes/views and moves request list filtering, sorting, and pagination to the backend for better performance. Also switches shared pages to a generated Tailwind CSS bundle with supporting npm assets.
9 lines
178 B
CSS
9 lines
178 B
CSS
@import "tailwindcss";
|
|
@plugin "daisyui" {
|
|
themes: corporate --default;
|
|
}
|
|
|
|
@source "../../app/Views/**/*.php";
|
|
@source "../../app/**/*.php";
|
|
@source "../../public/js/**/*.js";
|