0

Hello I'm trying to do Ember.js TodoMVC tutorial with Brunch.io Coffeescript and sass-brunch@1.8.1(it uses libsass)

When I run it check, destroy symbols don't show up. Check all symbol shows as question mark.

enter image description here

And the scss file has this:

#todo-list li .toggle:after {
    content: '✔';
...
}

#toggle-all:before {
    content: '»';
...
}

#todo-list li .destroy:after {
    content: '✖';
}

How do I fix this problem?

cimmanon
  • 67,211
  • 17
  • 165
  • 171
Dulguun Otgon
  • 1,925
  • 1
  • 19
  • 38
  • You wrote the Sass or a 3rd party? Possible duplicate: http://stackoverflow.com/questions/10393462/placing-unicode-character-in-css-content-value or http://stackoverflow.com/questions/6256964/question-mark-icons-showing-up-for-quotation-marks-when-theres-a-utf-8-characte – cimmanon May 13 '14 at 11:10
  • it is just a css in a scss file. css was provided by the tutorial gonna refactor it to scss later. – Dulguun Otgon May 13 '14 at 12:08
  • oh it works when it is typed like \2716 – Dulguun Otgon May 13 '14 at 12:31

0 Answers0