Skip to content

Instantly share code, notes, and snippets.

@wbobeirne
Created April 15, 2015 14:05
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 wbobeirne/cf1e178d66e9402ef859 to your computer and use it in GitHub Desktop.
Save wbobeirne/cf1e178d66e9402ef859 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.12)
// Compass (v1.0.3)
// ----
@function hub-px($px) {
@return #{$px / 12.8}vw;
}
.thing {
width: hub-px(100);
}
.thing {
width: 7.8125vw;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment