Skip to content

Commit

Permalink
Added more Tailwind showndown notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
gnat authored Sep 6, 2024
1 parent da6bef3 commit 50e225e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ Tailwind verbosity goes up with more child elements.

### CSS variables and child elements
At first glance, **Tailwind Example 2** looks very promising! Exciting ...but:
* 🔴 **Every child style requires a selector** so the short style advantage unfortunately disappears.
* 🔴 **Every child style requires a selector** - shorthand style advantage sadly disappears.
* This trivial example is the best case scenario for Tailwind.
* 🔴 Not visible on github, but **zero highlighting for properties and units** begins to become painful.
* 🔴 Not visible on github: **no highlighting for properties and units** begins to be painful.
```html
<!doctype html>
<html>
Expand Down

0 comments on commit 50e225e

Please sign in to comment.