Skip to content

Instantly share code, notes, and snippets.

@adamstac
Created February 9, 2010 07:03
Show Gist options
  • Save adamstac/298987 to your computer and use it in GitHub Desktop.
Save adamstac/298987 to your computer and use it in GitHub Desktop.
Which is the prefered syntax?
border: 1px solid #{!border_default}
border = 1px "solid" !border_default
color: #{!header_h1_text}
color = !header_h1_text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment