Merge pull request #1241 from matthojo/Unicode-fix

Removed special character from SCSS
This commit is contained in:
Hannah Wolfe 2013-10-23 07:32:46 -07:00
commit 90314e9745

View File

@ -95,7 +95,7 @@
&::before {
color: #BBB;
content: "↪︎";
content: "\21AA";
display: inline-block;
font-size: 1.2em;
margin-right: 0.5em;