Skip to content

Commit 006add6

Browse files
authored
Update README.md
1 parent af58226 commit 006add6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: README.md

-2
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ Create your class string as you normally do and apply the modifier which then re
2727

2828
```antlers
2929
{{ varable_holding_classes = 'bg-blue-500 w-8' }}
30-
3130
<div class="{{ 'w-10 h-10 rounded-full bg-red-500 {varable_holding_classes}' | tw_merge }}"></div>
32-
3331
{{# output #}}
3432
<div class="w-8 h-10 rounded-full bg-blue-500"></div>
3533
```

0 commit comments

Comments
 (0)