If it's a new Waterhole project, there is a CSS entry point at resources/css/waterhole/app.css. If it's a Laravel project and you pulled in Waterhole as a package, the CSS entry point would be here resources/css/app.css. Assuming all settings were kept as default.
However, I'm not sure if Tailwind classes would interfere with Waterhole's Design System. Maybe
@Toby could clarify that.
Edit: Unless I misunderstood your question, and you wanted to use TailwindCSS instead of Waterhole's Design System?
Also, you can add your own CSS files via Waterhole\Extend, see docs for more info.
You don't have permission to do this.
You're going a bit too fast! Take a break and try again in a moment.
Something went wrong! Please reload the page and try again.
Yeah, you should be able to use TailwindCSS.
If it's a new Waterhole project, there is a CSS entry point at
resources/css/waterhole/app.css
. If it's a Laravel project and you pulled in Waterhole as a package, the CSS entry point would be hereresources/css/app.css
. Assuming all settings were kept as default.However, I'm not sure if Tailwind classes would interfere with Waterhole's Design System. Maybe @Toby could clarify that.
Edit: Unless I misunderstood your question, and you wanted to use TailwindCSS instead of Waterhole's Design System?
Also, you can add your own CSS files via
Waterhole\Extend
, see docs for more info.