0

I've come across these selectors a few times and I'm hoping somebody will able to help me.

.\36 785eb1b-7025-4977-bd8b-3639afbdb79a { fill: #1d1d1b; }

Specifically looking at the .\ part... Thanks in advance!

  • 2
    it's a class selector escaped (since the first character is not a letter). You may also write it as `[class="36 785eb1b-7025-4977-bd8b-3639afbdb79a"]` – Fabrizio Calderan May 24 '16 at 09:28
  • https://mathiasbynens.be/notes/css-escapes – Harry May 24 '16 at 09:30
  • AH! I'm assuming Adobe Illustrator adds these in, because the class names aren't set by the user, but rather as random strings. – Jarryd Trokis May 24 '16 at 09:30
  • @fcalderan Note that the space in the OP's example is a delimiter for the escape sequence, not part of the attribute value. So your alternative should not have the space. – Mr Lister May 24 '16 at 10:44

0 Answers0