Forum Discussion
hooleylist
Nov 18, 2010Cirrostratus
Or does the class name have a hyphen in it? If so, you could either redefine the class replacing the hyphen with an underscore, or you could probably escape it with curly braces: {my-class}.
Aaron