The text of the directive after any interpolated SassScript has been resolved. Since this is only a static node, this is the only value property.
@return [String]
@param #resolved_value [String] See {#resolved_value}
# File lib/sass/tree/keyframe_rule_node.rb, line 10 def initialize(resolved_value) @resolved_value = resolved_value super() end