Hi,
I am a noob to development beyond front-end html/css. I am pulling info from a yaml data file, but am needing to apply a different selector to the last item of the three in my file.
Currently I have this:
%h1 About
- data.services.services.each do |service|
%div.m-service
%h2= service
Any help would be great! Thank you!