We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94886aa commit 9bd8291Copy full SHA for 9bd8291
src/docs/text-shadow.mdx
@@ -36,8 +36,8 @@ export const description = "Utilities for controlling the shadow of a text eleme
36
["text-shadow-current", "--tw-shadow-color currentColor;"],
37
["text-shadow-transparent", "--tw-shadow-color transparent;"],
38
...Object.entries(colors).map(([name, value]) => [
39
- `shadow-${name}`,
40
- `--tw-shadow-color var(--color-${name}); /* ${value} */`,
+ `text-shadow-${name}`,
+ `--tw-text-shadow-color var(--color-${name}); /* ${value} */`,
41
]),
42
]}
43
/>
0 commit comments