Skip to content

Commit b999e21

Browse files
authored
Added more Tailwind showndown notes.
1 parent de4f6fb commit b999e21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ Tailwind verbosity goes up with more child elements.
107107

108108
### CSS variables and child elements
109109
At first glance, **Tailwind Example 2** looks very promising! Exciting ...but:
110-
* 🔴 **Every child style requires a selector** - shorthand style advantage sadly disappears.
111-
* This trivial example is the best case scenario for Tailwind.
110+
* 🔴 **Every child style requires an explicit selector** - shorthand advantages sadly disappear.
111+
* This small example is the best case scenario for Tailwind. Every new child style past this point will be longer than vanilla CSS.
112112
* 🔴 Not visible on github: **no highlighting for properties and units** begins to be painful.
113113
```html
114114
<!doctype html>

0 commit comments

Comments
 (0)