Skip to content

Instantly share code, notes, and snippets.

@gotbahn
Last active June 28, 2017 20:28
Show Gist options
  • Select an option

  • Save gotbahn/7485a226a45d3cca2da1819ada48cf4f to your computer and use it in GitHub Desktop.

Select an option

Save gotbahn/7485a226a45d3cca2da1819ada48cf4f to your computer and use it in GitHub Desktop.
Abstract unitless values calculations
$border-size: 1;
$height: 16;
.box {
border: toPx($border-size) solid; // 1px
height: toRem($height - $border-size * 2); // 1rem
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment