Skip to content

Commit 5de84be

Browse files
committed
Set appropriate encoding for source_map.
1 parent c8bb3e3 commit 5de84be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/sassc/engine.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ def render
5757
Native.delete_data_context(data_context)
5858

5959
css.force_encoding(@template.encoding)
60+
@source_map.force_encoding(@template.encoding)
6061

6162
return css unless quiet?
6263
end

0 commit comments

Comments
 (0)