Hi have this in my sass:
&:before {
content:"·";
font-size:120px;
}
but in the CSS it's being parsed as ┬À
. Is it to do with codification or something? What do I need to do to adjust?
Hi have this in my sass:
&:before {
content:"·";
font-size:120px;
}
but in the CSS it's being parsed as ┬À
. Is it to do with codification or something? What do I need to do to adjust?