Method: Sass::Tree::RootNode#template

Defined in:
lib/sass/tree/root_node.rb

#template (readonly)

The Sass template from which this node was created

Parameters:

  • template (String)


10
11
12
# File 'lib/sass/tree/root_node.rb', line 10

def template
  @template
end