Skip to content

Commit 26dbbcb

Browse files
Update hide.md (#630)
opactity-0 isn't a valid tailwind directive. fixed the spelling to do opacity-0
1 parent bc8abb0 commit 26dbbcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

www/commands/hide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ module.exports = {
5656
// Add needed classes here
5757
'hidden',
5858
'invisible',
59-
'opactity-0',
59+
'opacity-0',
6060
]
6161
// ...
6262
}
@@ -69,4 +69,4 @@ module.exports = {
6969

7070
<!-- Or by specifying the strategy name directly between : twDisplay, twVisibility, twOpacity -->
7171
<div _="on click hide with twOpacity">Hide Me With Opacity!</div>
72-
```
72+
```

0 commit comments

Comments
 (0)