-
Notifications
You must be signed in to change notification settings - Fork 294
Allow renaming of prose
PR?
#16
New issue
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
Comments
Yep I'd be open to this, but I'd rather configure it as a plugin option than a theme option: // tailwind.config.js
module.exports = {
theme: {},
plugins: [
require('@tailwindcss/typography')({
className: 'wysiwyg',
}),
// ...
],
} |
Was the syntax above what actually ended up being merged? I'm using:
But it only ever seems to output/format under |
@sjclark the change is in the master branch but it does not have been release yet. @adamwathan when do you plan the next release? |
It should work in the latest release, just haven't written release notes yet sorry. |
Would you accept a PR that allows the user to define a custom base class name? Some might be restricted to certain ones based of CMSs such as
.wysiwyg
or.cms-content
etce.g. something like..
The text was updated successfully, but these errors were encountered: