We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I try to pass Tailwind CSS classes to the surrounding span (or div). Example: "col-span-6 sm:col-span-4"
I have to accomplish the following output.
<div class="col-span-6 sm:col-span-4" id="container-invoice-summary_markup-3" v-pre="">
Is this possible?
I saw that I can configure the @trix(), but unfortunately I can only change the containerElement. (span/div)
The text was updated successfully, but these errors were encountered:
I found a way to pass the CSS classes, but I'm not sure, if this is the intended way. :)
@trix(\App\Post::class, 'content', ['containerElement' => 'div class="col-span-6 sm:col-span-4"']])
Maybe you can add the info to the documentation.
Sorry, something went wrong.
No branches or pull requests
Hello,
I try to pass Tailwind CSS classes to the surrounding span (or div). Example: "col-span-6 sm:col-span-4"
I have to accomplish the following output.
<div class="col-span-6 sm:col-span-4" id="container-invoice-summary_markup-3" v-pre="">
Is this possible?
I saw that I can configure the @trix(), but unfortunately I can only change the containerElement. (span/div)
The text was updated successfully, but these errors were encountered: