Skip to content

Instantly share code, notes, and snippets.

@matiassingers
Created August 11, 2014 02:30
Show Gist options
  • Save matiassingers/4ca6b9104159a44305e1 to your computer and use it in GitHub Desktop.
Save matiassingers/4ca6b9104159a44305e1 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.14)
// Compass (v1.0.0.rc.1)
// ----
@mixin button($width)
width: $width * 1px
width: #{$width}px
.test
@include button(23)
.test {
width: 23px;
width: 23px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment