Created
June 17, 2009 02:49
-
-
Save TheNicholasNick/131046 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
.onsalesidebar <= sidebar { | |
/* extends .sidebar */ | |
background-color: #FFA500; | |
} |
This file contains hidden or 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
=sidebar(!bg = "#f00") | |
:background-color= !bg | |
:float left | |
:width 100px | |
.sidebar | |
+sidebar | |
.onsalesidebar | |
+sidebar(#00f) | |
h3 | |
:color #0ff |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment