Skip to content

Allow renaming of prose PR? #16

Closed
Closed
@OwenMelbz

Description

@OwenMelbz

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions