class Sass::Tree::RootNode

def render

Returns:
  • (String) - The compiled CSS.
def render
  css_tree.css
end