Open eurekaa opened 10 years ago
Hi, if i have a code like:
var a = 0; var b = 1; var c = 2;
the squery 'dec' returns an array of 3 declarations, but the query 'dec:last' returns an empty array. The same for every selector (:first, :nth, ecc..).
Thanks.
What you want is :last-child But you are right, this is confusing and should be better explained
:last-child
Hi, if i have a code like:
the squery 'dec' returns an array of 3 declarations, but the query 'dec:last' returns an empty array. The same for every selector (:first, :nth, ecc..).
Thanks.