We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 22dc7bb + 0641529 commit 5f0f217Copy full SHA for 5f0f217
docs/configuration.md
@@ -27,9 +27,9 @@ The tailwind-merge config is an object with a few keys.
27
const tailwindMergeConfig = {
28
// ↓ Set how many values should be stored in cache.
29
cacheSize: 500,
30
- // ↓ Optional prefix from TaiLwind config
+ // ↓ Optional prefix from Tailwind config
31
prefix: 'tw-',
32
- // ↓ Optional separator from TaiLwind config
+ // ↓ Optional separator from Tailwind config
33
separator: '_',
34
theme: {
35
// Theme scales are defined here
0 commit comments