module Less::StyleSheet::Mixin4

def selector_str(path)

def selector_str(path)
  path.map {|e| e.sass_selector_str}.join(' ').gsub(' :', ':')
end