Skip to content

Instantly share code, notes, and snippets.

@claudia-romano
Created July 20, 2018 10:25
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 claudia-romano/3130eab74f469c558d84dce6e7262ac6 to your computer and use it in GitHub Desktop.
Save claudia-romano/3130eab74f469c558d84dce6e7262ac6 to your computer and use it in GitHub Desktop.
@function round-width ($i) {
$width : floor(100 * $i * 100/ $grid-columns) / 100;
@return $width#{"%"};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment