Created
November 10, 2015 16:21
-
-
Save BPScott/55ab359b2766857d98a7 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
<p class="2/3">Fooo</p> |
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
// ---- | |
// libsass (v3.2.5) | |
// ---- | |
.helper { | |
display: block; | |
} | |
.block-1 { | |
@extend .helper; | |
} | |
.block-2 { | |
@extend .helper; | |
} | |
.block-3 { | |
@extend .helper; | |
} | |
.block-4 { | |
@extend .helper; | |
} | |
.block-5 { | |
@extend .helper; | |
} |
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
.helper, .block-1, .block-2, .block-3, .block-4, .block-5 { | |
display: block; | |
} |
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
<p class="2/3">Fooo</p> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment