Closed
Description
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
etc
e.g. something like..
// tailwind.config.js
module.exports = {
theme: {
typography: {
className: 'custom-class'
}
},
plugins: [
require('@tailwindcss/typography'),
// ...
],
}
Metadata
Metadata
Assignees
Labels
No labels