Skip to content

Use plugin options to enable/disable modules #3

@hacknug

Description

@hacknug

Something like this would allow for more complex configurations in case we need it in the future 👍

// tailwind.config.js
{
  plugins: [
    require('tailwindcss-gutenberg')({
      colors: true,
      fontSizes: true,
      foregroundColors: true,
      alignments: true,
      admin: true,
    }),
  ],
}

Let me know if you'd like me to open a PR with the changes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions