Skip to content

Instantly share code, notes, and snippets.

@benjamincharity
Created June 17, 2015 11:17
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 benjamincharity/8c8b1e01015b475d1646 to your computer and use it in GitHub Desktop.
Save benjamincharity/8c8b1e01015b475d1646 to your computer and use it in GitHub Desktop.
Format currency.
%currency {
position: relative;
&:before {
content: '$';
position: relative;
left: 0;
}
}
.USD %currency:before { content: '$'; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment