Class Sass::Tree::KeyframeRuleNode
In: lib/sass/tree/keyframe_rule_node.rb
Parent: Node

Methods

new  

Attributes

resolved_value  [RW]  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]

Public Class methods

@param resolved_value [String] See \{resolved_value}

[Validate]