Skip to content

Instantly share code, notes, and snippets.

@sogko
Created November 24, 2015 04:31
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 sogko/ce29ce53f22e179e7079 to your computer and use it in GitHub Desktop.
Save sogko/ce29ce53f22e179e7079 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
$viewportIncrement: 1px;
$small: 480px;
$postSmall: $small + $viewportIncrement;
.test {
width: $viewportIncrement;
}
.test2 {
width: $postSmall;
}
.test {
width: 1px;
}
.test2 {
width: 481px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment