Skip to content

Instantly share code, notes, and snippets.

@micahgodbolt
Created September 30, 2014 23:42
Show Gist options
  • Save micahgodbolt/9cb857f8df95c33ad204 to your computer and use it in GitHub Desktop.
Save micahgodbolt/9cb857f8df95c33ad204 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<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>
// ----
// Sass (v3.3.14)
// Compass (v1.0.1)
// Susy (v2.1.3)
// ----
@import "susy";
$susy: (
columns: 12
);
<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