We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
legacy
prose-{element}
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
The latest version typography installed by Tailwind standalone CLI
No Node.js. I'm using the latest Tailwind standalone CLI
Safari and Edge
macOS 10.15.7
https://github.com/zineland/zine
After I enable the legacy mode according to #255, Tawilwind still renders prose-h1:text-center with :where clauses.
prose-h1:text-center
:where
<article class="prose prose-h1:text-center"> </article>
.prose-h1\:text-center :is(:where(h1):not(:where([class~=not-prose] *))) { text-align: center; }
The text was updated successfully, but these errors were encountered:
Fix prose elements legacy mode. Fixes tailwindlabs#258
01b7596
Fix prose elements legacy mode. Fixes #258 (#259)
1874110
* Fix prose elements `legacy` mode. Fixes #258 * Add test * Fix legacy mode custom element selectors Co-authored-by: Jordan Pittman <[email protected]>
Successfully merging a pull request may close this issue.
What version of @tailwindcss/typography are you using?
The latest version typography installed by Tailwind standalone CLI
What version of Node.js are you using?
No Node.js. I'm using the latest Tailwind standalone CLI
What browser are you using?
Safari and Edge
What operating system are you using?
macOS 10.15.7
Reproduction repository
https://github.com/zineland/zine
Describe your issue
After I enable the
legacy
mode according to #255, Tawilwind still rendersprose-h1:text-center
with:where
clauses.The text was updated successfully, but these errors were encountered: