/*
Error: Invalid charset directive '@charset': expected string.
on line 1 of /Users/user/Desktop/test-folder/scss/test.sass
1: @charset UTF-8;
2: /*! Sass Test */
3: $link_color: blue;
4: $text_color: #111;
5: $fonts: "Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
6:
Backtrace:
/Users/takaaki/Desktop/test-folder/scss/test.sass:1
/Library/Ruby/Gems/2.6.0/gems/sass-3.4.25/lib/sass/engine.rb:892:in parse_charset_directive' /Library/Ruby/Gems/2.6.0/gems/sass-3.4.25/lib/sass/engine.rb:820:in
parse_directive'
/Library/Ruby/Gems/2.6.0/gems/sass-3.4.25/lib/sass/engine.rb:654:in parse_line' /Library/Ruby/Gems/2.6.0/gems/sass-3.4.25/lib/sass/engine.rb:539:in
build_tree'
/Library/Ruby/Gems/2.6.0/gems/sass-3.4.25/lib/sass/engine.rb:558:in block in append_children' /Library/Ruby/Gems/2.6.0/gems/sass-3.4.25/lib/sass/engine.rb:557:in
each'
/Library/Ruby/Gems/2.6.0/gems/sass-3.4.25/lib/sass/engine.rb:557:in append_children' /Library/Ruby/Gems/2.6.0/gems/sass-3.4.25/lib/sass/engine.rb:412:in
_to_tree'
/Library/Ruby/Gems/2.6.0/gems/sass-3.4.25/lib/sass/engine.rb:284:in render' /Library/Ruby/Gems/2.6.0/gems/sass-3.4.25/lib/sass/plugin/compiler.rb:494:in
update_stylesheet'
/Library/Ruby/Gems/2.6.0/gems/sass-3.4.25/lib/sass/plugin/compiler.rb:215:in block in update_stylesheets' /Library/Ruby/Gems/2.6.0/gems/sass-3.4.25/lib/sass/plugin/compiler.rb:209:in
each'
/Library/Ruby/Gems/2.6.0/gems/sass-3.4.25/lib/sass/plugin/compiler.rb:209:in update_stylesheets' /Library/Ruby/Gems/2.6.0/gems/compass-1.0.3/lib/compass/sass_compiler.rb:40:in
compile!'
/Library/Ruby/Gems/2.6.0/gems/compass-1.0.3/lib/compass/commands/update_project.rb:49:in perform' /Library/Ruby/Gems/2.6.0/gems/compass-1.0.3/lib/compass/commands/base.rb:18:in
execute'
/Library/Ruby/Gems/2.6.0/gems/compass-1.0.3/lib/compass/commands/project_base.rb:19:in execute' /Library/Ruby/Gems/2.6.0/gems/compass-1.0.3/lib/compass/exec/sub_command_ui.rb:43:in
perform!'
/Library/Ruby/Gems/2.6.0/gems/compass-1.0.3/lib/compass/exec/sub_command_ui.rb:15:in run!' /Library/Ruby/Gems/2.6.0/gems/compass-1.0.3/bin/compass:30:in
block in <top (required)>'
/Library/Ruby/Gems/2.6.0/gems/compass-1.0.3/bin/compass:44:in <top (required)>' /usr/local/bin/compass:23:in
load'
/usr/local/bin/compass:23:in `<main>'
sass→cssへ変換すると上記のエラーがでしまいます。
解決できる方ご教授お願いします。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/11/14 07:51 編集