We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d45cea2 + 4091598 commit c56ddf6Copy full SHA for c56ddf6
foundations/06-cascade-fix/solution/solution.css
@@ -85,7 +85,7 @@ div.text {
85
}
86
87
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.
+ 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.
89
90
Another solution would be to keep the rule where it was and just replace the div selector with the .text selector:
91
0 commit comments