Skip to content

Instantly share code, notes, and snippets.

@nschonni
Created August 14, 2014 18:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nschonni/3abe2d0eeb8fcadf82d9 to your computer and use it in GitHub Desktop.
Save nschonni/3abe2d0eeb8fcadf82d9 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v2.0.0)
// ----
$grid-width: 40px;
$inner-width: 40px;
.foo {
@if $grid-width == $inner-width {
content: "We're equal";
} @else {
content: "Why can't we get along";
}
}
.foo {
content: "We're equal"; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment