Skip to content

Instantly share code, notes, and snippets.

@lozandier
Created November 14, 2015 16:31
Show Gist options
  • Select an option

  • Save lozandier/83b23f209324678d987c to your computer and use it in GitHub Desktop.

Select an option

Save lozandier/83b23f209324678d987c to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.14)
// Compass (v1.0.3)
// ----
.foo {
--some-mixin : #{'{
font-size : 10px;
font-weight : bold;
}'};
@apply(--some-mixin);
}
.foo {
--some-mixin: { font-size : 10px; font-weight : bold; };
@apply (--some-mixin);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment