class Sass::Selector::Interpolation

def unify(sels)

Other tags:
    See: Selector#unify -

Raises:
  • (Sass::SyntaxError) - Interpolation selectors should be resolved before unification
def unify(sels)
  raise Sass::SyntaxError.new("[BUG] Cannot unify interpolation selectors.")
end