diff --git a/docs/configuration.md b/docs/configuration.md index f587ef25..44d92e66 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -42,7 +42,7 @@ const tailwindMergeConfig = { // Conflicts between class groups are defined here }, conflictingClassGroupModifiers: { - // Conflicts between postfox modifier of a class group and another class group are defined here + // Conflicts between postfix modifier of a class group and another class group are defined here }, } ``` diff --git a/src/lib/types.ts b/src/lib/types.ts index 54ed0876..6d75fbdf 100644 --- a/src/lib/types.ts +++ b/src/lib/types.ts @@ -19,10 +19,6 @@ interface ConfigStatic { * @see https://tailwindcss.com/docs/configuration#separator */ separator: string - /** - * Theme scales used in classGroups. - * The keys are the same as in the Tailwind config but the values are sometimes defined more broadly. - */ } interface ConfigGroups {