Skip to content

Commit 50e225e

Browse files
authored
Added more Tailwind showndown notes.
1 parent da6bef3 commit 50e225e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ 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** so the short style advantage unfortunately disappears.
110+
* 🔴 **Every child style requires a selector** - shorthand style advantage sadly disappears.
111111
* This trivial example is the best case scenario for Tailwind.
112-
* 🔴 Not visible on github, but **zero highlighting for properties and units** begins to become painful.
112+
* 🔴 Not visible on github: **no highlighting for properties and units** begins to be painful.
113113
```html
114114
<!doctype html>
115115
<html>

0 commit comments

Comments
 (0)