Skip to content

Instantly share code, notes, and snippets.

@Anahkiasen
Created August 1, 2014 08:42
Show Gist options
  • Save Anahkiasen/3a1dc07a4107b2716fd8 to your computer and use it in GitHub Desktop.
Save Anahkiasen/3a1dc07a4107b2716fd8 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.12)
// Compass (v1.0.0.alpha.21)
// ----
@function rem-value($pixel-size) {
@return ($pixel-size / 16);
}
.row {
width: #{5 - rem-value(2)}rem;
}
.row {
width: 4.875rem;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment