Sass Ruby Chinese

Source: Internet
Author: User

Workaround:

1.koala Visual Compilation tool,

Locate the engine.rb file under the sass-3.3.7 module in the installation directory, such as the following path:

C:\Program Files (x86) \koala\rubygems\gems\sass-3.3.7\lib\sass

ENGINE.RB in this file, add a line of code

encoding.default_external = Encoding.find (' Utf-8 ')

After all the require XXXX can be placed.

2. Command-line tools similarly

Find the installation directory for Ruby, which also has a sass module, such as this path:

C:\Ruby\lib\ruby\gems\1.9.1\gems\sass-3.3.14\lib\sass

In this file engine.rb, add a line of code (same method 1)

encoding.default_external = Encoding.find (' Utf-8 ')

After all the require XXXX can be placed.

Sass Ruby Chinese

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.