Skip to content

Commit c56ddf6

Browse files
authored
Merge pull request #470 from Evergard/01
06-cascade-fix: Add a punctation mark
2 parents d45cea2 + 4091598 commit c56ddf6

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)