Skip to content

Commit 752b103

Browse files
committed
remove separator from docs
1 parent deb10e3 commit 752b103

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

docs/api-reference.md

-2
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,6 @@ const twMerge = extendTailwindMerge<AdditionalClassGroupIds, AdditionalThemeGrou
124124
cacheSize: 0,
125125
// ↓ Optional prefix from TaiLwind config
126126
prefix: 'tw',
127-
// ↓ Optional separator from TaiLwind config
128-
separator: '_',
129127

130128
// ↓ Optional config overrides
131129
// Only elements from the second level onwards are overridden

docs/configuration.md

-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ const tailwindMergeConfig = {
4040
cacheSize: 500,
4141
// ↓ Optional prefix from Tailwind config
4242
prefix: 'tw',
43-
// ↓ Optional separator from Tailwind config
44-
separator: '_',
4543
theme: {
4644
// Theme scales are defined here
4745
},

0 commit comments

Comments
 (0)