Theming
Use CSS Variables for theming.
Talwind Config
If you want to add CSS variables or modify the existing ones, you can publish the Tailwind config from
Portal UI for editing. All you need to do is publish the Tailwind config and include the Portal UI CSS.
php artisan vendor:publish --tag=portal-ui:tailwind-config --force
php artisan vendor:publish --tag=portal-ui:input-css --force
Note: If you have previously modified the Tailwind config, make sure to back it up first.
Now you can run the Tailwind compiler again as follows.
.\tailwindcss.exe -i resources/css/input.css -o public/portal-ui/portal-ui.css --watch --minify