We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91cbebe commit 6605643Copy full SHA for 6605643
lib/sass/compiler/host/protofier.rb
@@ -112,7 +112,7 @@ def from_proto(proto)
112
when :number
113
Number.from_proto(obj)
114
when :color
115
- obj.to_s # TODO: https://github.com/protocolbuffers/protobuf/issues/18807
+ obj.to_s if RUBY_ENGINE == 'jruby' # TODO: https://github.com/protocolbuffers/protobuf/issues/18807
116
Sass::Value::Color.send(
117
:for_space,
118
obj.space,
0 commit comments