You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.
My site uses tailwind and bootstrap. Is it possible to use multiple frameworks?
For example on bootstrap4_index.blade.php I declare to use framework bootstrap 4 and on tailwind_index.blade.php I declare to use tailwind framework.
Or using prefixes with a framework, where you can set a prefix bound to a framework? For example and
The text was updated successfully, but these errors were encountered:
I've got Bootstrap on the back end, but Tailwind on the front end - is there a way to specify on a per-form basis which framework to use?
For example:
@template('tailwind');
@endtemplate
Or perhaps a @config blade directive?
Workaround
I'm not mixing and matching templates, but using different ones on different overall layouts - so as a workaround I'm able to set the framework config in my controllers as-required.
My site uses tailwind and bootstrap. Is it possible to use multiple frameworks?
For example on bootstrap4_index.blade.php I declare to use framework bootstrap 4 and on tailwind_index.blade.php I declare to use tailwind framework.
Or using prefixes with a framework, where you can set a prefix bound to a framework? For example and
The text was updated successfully, but these errors were encountered: