Method: Jig::CSS#nth_last_of_type

Defined in:
lib/jig/css.rb

#nth_last_of_type(a = 0, b = 0) ⇒ Object

Construct a nth-last-of-type pseudo class.



197
198
199
# File 'lib/jig/css.rb', line 197

def nth_last_of_type(a=0,b=0)
  before(:__s, ":nth-last-of-type(#{a}n+#{b})")
end