Skip to content

Instantly share code, notes, and snippets.

@tmschndr
Created June 7, 2009 13:40
Show Gist options
  • Save tmschndr/125329 to your computer and use it in GitHub Desktop.
Save tmschndr/125329 to your computer and use it in GitHub Desktop.
sass fun. hacked with http://github.com/skddc before our sass-session at barcampcologne3 #bcc3
!base_font_size = 15px
!base_color = #000
#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= !base_color + (!n * #111)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment