LoginSignup
2
2

More than 5 years have passed since last update.

【Koala】Sassで日本語を使う

Posted at

KoalaのSassで日本語を使うと「Invalid US-ASCII character」というエラーが出た
※before、afterのcontentで日本語を使いたかった

解決

プロジェクトフォルダ/config.rbに以下を追加


Encoding.default_external = "utf-8"

参考:Input⇔Output — Sass で「Invalid US-ASCII character」とか言われる

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2