Why are some of my Graphic Styles renamed to .cls-1, .cls-2, etc., instead of retaining their names?
I am using AI 28.2 I name my Graphic Styles with specific hexidecimal colors for 50 artboards I've created. When I export the files to SVG, the code will show only some styles I created with their proper hex color as I named them, but others are re-named as .cls-1 or .cls-2, and so on. Such as,
.cls-1 {
fill: #dcddde;
}
.mySpeficColor {
fill: #78b5d8;
}
The class, .cls-1 has the right fill but the name is changed. How do I prevent this? Simply doing a find and replace in an editer isn't an option either because sometimes .cls-1 has a fill of a different color in the other 49 open files.
