Skip to content

Commit

Permalink
Merge pull request #443 from barvian/comment-fixes
Browse files Browse the repository at this point in the history
Comment/typo fixes
  • Loading branch information
dcastil committed Jul 2, 2024
2 parents 04bc23c + 6351170 commit a51bec8
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 a51bec8

Please sign in to comment.