P
P
Pavel Voronyuk2016-03-27 12:52:13
css
Pavel Voronyuk, 2016-03-27 12:52:13

Why does the preprocessor break Cyrillic?

How to solve the problem?
I write in sass code

p.speed:after{
  content: " Мбіт/c";
}
p.price:after{
  content: " грн/міс";
}

and in css it turns out
p.speed:after {
      content: " ╨Ь╨▒╤Ц╤В/c";
}
p.price:after {
      content: " ╨│╤А╨╜/╨╝╤Ц╤Б";
}

Is it possible to set it all up somehow?
And explain what xxxx.css.map
ps does in sass is there a difference when to insert "import" at the beginning or at the end of the file?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Anatoly Medvedev, 2016-03-27
@pawlek

Why does SASS compile to IBM866 encoding?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question