Top-most node?
Returns:
34 35 36
# File 'lib/less/engine/nodes/element.rb', line 34 def root? self == '' && parent.nil? end