Like @Alireza-Fatahi states in this answer, you could save a line in CSS output and instead go for a default Charset on external files, by adding this line to your config.rb
in your project folder:
Encoding.default_external = "UTF-8"
Like @Alireza-Fatahi states in this answer, you could save a line in CSS output and instead go for a default Charset on external files, by adding this line to your config.rb
in your project folder:
Encoding.default_external = "UTF-8"