Skip to content

Commit 2bd85af

Browse files
🩹 fix link references
1 parent 1e7f689 commit 2bd85af

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ Use `child-*` modifiers like `child-hover` to apply state and psuedo-classes to
3737

3838
```html
3939
<!-- apply to all children with matching .child class -->
40-
<div class="overflow-hidden
41-
child:ring-white child-hover:shadow">
40+
<div class="overflow-hidden child:ring-white child-hover:shadow">
4241
<p class="child">I have a white ring...</p>
4342
<p class="child">And a shadow on hover!</p>
4443
</div>
@@ -274,6 +273,6 @@ I might eventually implement it, even though it is not a tailwind style rule at
274273

275274
Please open issues, file bug reports, give me your opinions on variant names, default styles and behaviors, and whatever else you can think of. There are a lot of good things input can add!
276275

277-
[tailwindcss-children](https://github.com/benface/tailwindcss-children) <br/>
278-
[@tailwindcss/typography](https://tailwindcss.com/docs/typography-plugin) <br/>
279-
[tailwind-child](https://github.com/racha/tailwind-child)
276+
[tailwindcss-children]: https://github.com/benface/tailwindcss-children
277+
[@tailwindcss/typography]: https://tailwindcss.com/docs/typography-plugin
278+
[tailwind-child]: https://github.com/racha/tailwind-child

0 commit comments

Comments
 (0)