# File lib/sass/selector.rb, line 392 def type ACTUALLY_ELEMENTS.include?(name.first) ? :element : syntactic_type end