I am using chrome dev tools to extract selectors from the page. When I have been copying selectors last time, I have stumbled upon an unusual one looking like this:
body > div.h-full > div.bg-white.fixed.pin.pt-x11.md\3a pt-x14.overflow-y-auto > div > div.px-x4.pt-16.lg\3a p-0.lg\3a flex-1 > div.mb-x4 > ul > li:nth-child(2) > div.relative.group.mt-13.hidden.lg\3a block > button
You can notice that there are few \3a
inside those selectors. What do those mean?