File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -107,8 +107,10 @@ Tailwind verbosity goes up with more child elements.
107107
108108### CSS variables and child elements
109109At first glance, ** Tailwind Example 2** looks very promising! Exciting ...but:
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.
110+ * 🔴 ** Every child style requires an explicit selector.**
111+ * Tailwinds' shorthand advantages sadly disappear.
112+ * Any more child styles added in Tailwind will become longer than vanilla CSS.
113+ * This limited example is the best case scenario for Tailwind.
112114* 🔴 Not visible on github: ** no highlighting for properties and units** begins to be painful.
113115``` html
114116<!doctype html>
You can’t perform that action at this time.
0 commit comments