Skip to content

Commit 4091598

Browse files
committed
docs: Add a punctation mark on foundations/06/solution.css
1 parent d45cea2 commit 4091598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

foundations/06-cascade-fix/solution/solution.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ div.text {
8585
}
8686
8787
Then we added another selector to create a descendant combinator. If we only created a descendant combinator, the specificity would be tied with the
88-
div.text selector and it would come down to rule order, and if we only moved it the div.text selector would still have a higher specificity.
88+
div.text selector and it would come down to rule order, and if we only moved it, the div.text selector would still have a higher specificity.
8989
9090
Another solution would be to keep the rule where it was and just replace the div selector with the .text selector:
9191

0 commit comments

Comments
 (0)