Skip to content

Instantly share code, notes, and snippets.

@indeox
indeox / SassMeister-input.scss
Created January 24, 2014 09:56
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.2)
// Compass (v1.0.0.alpha.17)
// ----
$gutter: 8px;
@mixin gutter($propertyList, $multiplier: 1) {
@if type-of($propertyList) == string {
$propertyList: ($propertyList)
@indeox
indeox / SassMeister-input.scss
Created January 24, 2014 01:06
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.2)
// Compass (v1.0.0.alpha.17)
// ----
@mixin gutter($propertyList, $multiplier: 1) {
// By default it expects a list of properties
// But if a string comes in, convert it to a list anyway
@if type-of($propertyList) == string {
$propertyList: ($propertyList)
@indeox
indeox / SassMeister-input.scss
Created January 24, 2014 01:04
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.2)
// Compass (v1.0.0.alpha.17)
// ----
%red {
color: red;
@media (min-width: 600px) {
background: red;
@indeox
indeox / gist:3975217
Created October 29, 2012 17:53
Insert an image
document.write('<img src="http://cdni.condenast.co.uk/646x430/g_j/GreatBarrierReef_cnt_6nov09_istock_b.jpg" width="323" height="215">');