0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Removed special character from SCSS

Replaced it with the escaped unicode version (\21AA).
This commit is contained in:
Matthew Harrison-Jones 2013-10-23 11:38:57 +01:00
parent ce2c7b5341
commit 5c7dc88eda

View file

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