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:
parent
ce2c7b5341
commit
5c7dc88eda
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@
|
|||
|
||||
&::before {
|
||||
color: #BBB;
|
||||
content: "↪︎";
|
||||
content: "\21AA";
|
||||
display: inline-block;
|
||||
font-size: 1.2em;
|
||||
margin-right: 0.5em;
|
||||
|
|
Loading…
Add table
Reference in a new issue