class Sass::Tree::Node
def options=(options)
- See: #options -
Parameters:
-
options
({Symbol => Object}
) -- The options
def options=(options) children.each {|c| c.options = options} @options = options end
options
({Symbol => Object}
)
-- The options
def options=(options) children.each {|c| c.options = options} @options = options end