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
I want to use tailwindcss to set header, like this:
header: { className: "font-bold" },
but i can't set <h1> <h2> <h3>...?
<h1> <h2> <h3>
Also, if I don't set config I lose all style, why?
The text was updated successfully, but these errors were encountered:
Hi @testBP0612 In the case of Tailwind, we normally use the Typography plugin and wrap the <Blocks /> with prose CSS class.
<Blocks />
prose
Sorry, something went wrong.
how to config styled Link and Marker Please?
@kobkosgit I'm afraid you have to follow the same approach, you have to customize the CSS.
No branches or pull requests
Purpose
Description
I want to use tailwindcss to set header, like this:
header: { className: "font-bold" },
but i can't set
<h1> <h2> <h3>
...?Also, if I don't set config I lose all style, why?
The text was updated successfully, but these errors were encountered: