Created
September 30, 2014 23:42
-
-
Save micahgodbolt/9cb857f8df95c33ad204 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="one"> | |
<img src="http://www.placekitten.com/200/200"> | |
abc | |
</div> | |
<div class="two"> | |
<img src="http://www.placekitten.com/200/200"> | |
abc | |
</div> | |
<div class="three"> | |
<img src="http://www.placekitten.com/200/200"> | |
abc | |
</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.3.14) | |
// Compass (v1.0.1) | |
// Susy (v2.1.3) | |
// ---- | |
@import "susy"; | |
$susy: ( | |
columns: 12 | |
); | |
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="one"> | |
<img src="http://www.placekitten.com/200/200"> | |
abc | |
</div> | |
<div class="two"> | |
<img src="http://www.placekitten.com/200/200"> | |
abc | |
</div> | |
<div class="three"> | |
<img src="http://www.placekitten.com/200/200"> | |
abc | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment