Skip to content

Instantly share code, notes, and snippets.

@asimonok
Created November 16, 2015 08:41
Show Gist options
  • Save asimonok/750323ad90a6f45d37a7 to your computer and use it in GitHub Desktop.
Save asimonok/750323ad90a6f45d37a7 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<div class="block">text</div>
// ----
// libsass (v3.2.5)
// ----
$width: 1000px;
$margin: 10px;
.block{
margin:$margin;
width:$width/2-$margin*2;
}
.block {
margin: 10px;
width: 480px;
}
<div class="block">text</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment