Last active
October 20, 2015 14:51
-
-
Save LukyVj/b95ec8c2c8caf1ba817a to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
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
// ---- | |
// libsass (v3.2.5) | |
// ---- | |
$num: 5; | |
@for $i from 0 to $num { | |
#averagelabel0#{$i}:checked ~ .radio label[for="averagelabel0#{$i}"] { | |
background-color: green; | |
} | |
} |
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
#averagelabel00:checked ~ .radio label[for="averagelabel00"] { | |
background-color: green; | |
} | |
#averagelabel01:checked ~ .radio label[for="averagelabel01"] { | |
background-color: green; | |
} | |
#averagelabel02:checked ~ .radio label[for="averagelabel02"] { | |
background-color: green; | |
} | |
#averagelabel03:checked ~ .radio label[for="averagelabel03"] { | |
background-color: green; | |
} | |
#averagelabel04:checked ~ .radio label[for="averagelabel04"] { | |
background-color: green; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment