-
Notifications
You must be signed in to change notification settings - Fork 305
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'),
// ...
],
}
royvanv, andreich1980, markstaun, anugupta, theblindfrog and 2 more
Metadata
Metadata
Assignees
Labels
No labels