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 54fb16c commit 3dd23d8Copy full SHA for 3dd23d8
lib/sass/compiler/host/protofier.rb
@@ -112,7 +112,6 @@ def from_proto(proto)
112
when :number
113
Number.from_proto(obj)
114
when :color
115
- 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