Class: Sass::Script::Value::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/compass/core/sass_extensions/monkey_patches/browser_support.rb

Constant Summary collapse

NO_CHILDREN =
[]

Instance Method Summary collapse

Instance Method Details

#childrenObject



7
8
9
# File 'lib/compass/core/sass_extensions/monkey_patches/browser_support.rb', line 7

def children
  NO_CHILDREN
end

#opts(value) ⇒ Object



11
12
13
14
# File 'lib/compass/core/sass_extensions/monkey_patches/browser_support.rb', line 11

def opts(value)
  value.options = options
  value
end