Created
July 23, 2015 15:18
-
-
Save Undistraction/e484b9d2bb8a5297b449 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
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
| <div class='box box-1'> | |
| </div> | |
| <div class='box box-2'> | |
| </div> | |
| <div class='box box-3'> | |
| </div> |
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
| // ---- | |
| // Sass (v3.4.14) | |
| // Compass (v1.0.3) | |
| // ---- | |
| .class1 { | |
| .class2 { | |
| color: red; | |
| }; | |
| .class3 { | |
| color: blue; | |
| }; | |
| } |
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
| .class1 .class2 { | |
| color: red; | |
| } | |
| .class1 .class3 { | |
| color: blue; | |
| } |
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
| <div class='box box-1'> | |
| </div> | |
| <div class='box box-2'> | |
| </div> | |
| <div class='box box-3'> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment