Created
May 15, 2013 10:20
-
-
Save alexnodejs/5582991 to your computer and use it in GitHub Desktop.
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
// Your code | |
&:last-child { | |
td { | |
border-bottom: 0; | |
} | |
} | |
&.isSelected { | |
td { | |
background-color: #f2f8fd; | |
} | |
} | |
// Your funcy code | |
&:last-child td { | |
border-bottom: 0; | |
} | |
&.isSelected td { | |
background-color: #f2f8fd; | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes it's slow but if we use it still why it should be so long? syntax sugar says