Skip to content

Instantly share code, notes, and snippets.

@raucao
Forked from tmschndr/gist:125329
Created June 7, 2009 13:41
Show Gist options
  • Save raucao/125330 to your computer and use it in GitHub Desktop.
Save raucao/125330 to your computer and use it in GitHub Desktop.
#tag_cloud
@for !n from 1 through 10
.importance_#{!n}
:font-size= round(!base_font_size + ((!base_font_size / 10) * !n))
@if !n < 5
:color= #222 + !n * #111
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment