Skip to content

Commit

Permalink
Comment/typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
barvian committed Jul 1, 2024
1 parent 04bc23c commit 6351170
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
}
```
Expand Down
4 changes: 0 additions & 4 deletions src/lib/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<ClassGroupIds extends string, ThemeGroupIds extends string> {
Expand Down

0 comments on commit 6351170

Please sign in to comment.