-
-
Save AlphaGit/1529281 to your computer and use it in GitHub Desktop.
One color to rule them all.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="foo"><div class="bar">Baz</div></div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
div .bar { color: #f00; } | |
#foo div { color: #0f0; } | |
.bar { color: #00f; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment