Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

One method for locating a class that begins with "css-" is to use a CSS attribute selector. The selector for a class that begins with "css-" would be "[class^='css-']". This will select all elements that have a class attribute that starts with "css-".