You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-7Lines changed: 16 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,20 +26,20 @@ plugins: [
26
26
27
27
#### Set your own text shadow
28
28
29
-
You can change, add, or remove textShadow property by editing the theme.textShadow section of your Tailwind config.
29
+
You can change, add, or remove `textShadow` property by editing the `theme.textShadow section` of your Tailwind config.
30
30
31
-
If a default shadow is provided, it will be used for the non-suffixed `.text-shadow utility`. Any other keys will be used as suffixes, for example the key '2' will create a corresponding `.text-shadow-2` utility.
31
+
If a default shadow is provided, it will be used for the non-suffixed `.text-shadow` utility. Any other keys will be used as suffixes, for example the key '2' will create a corresponding `.text-shadow-2` utility.
0 commit comments