Skip to content

Instantly share code, notes, and snippets.

@Tom-Millard
Created September 2, 2015 10:22
Show Gist options
  • Save Tom-Millard/5066b3a7defc0ca76606 to your computer and use it in GitHub Desktop.
Save Tom-Millard/5066b3a7defc0ca76606 to your computer and use it in GitHub Desktop.
sass width tools
//widths for things
@for $i from 1 through 10 {
.w--#{ ($i * 10) } { width : #{ ($i * 10) }% }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment