Skip to content

Instantly share code, notes, and snippets.

@cimmanon
Created June 3, 2015 20:12
Show Gist options
  • Save cimmanon/5a6e5a5d8bf0f97ccea6 to your computer and use it in GitHub Desktop.
Save cimmanon/5a6e5a5d8bf0f97ccea6 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.13)
// Compass (v1.0.3)
// ----
$foo: map-merge((foo: 1, bar: 2), (baz: 3));
$bar: map-merge(("foo": 1), ("bar": 2));
.foo {
color: red;
}
.foo {
color: red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment