Is there a maximum length for the class name in CSS?

css

Solution

.thereisnomaximumlengthforaclassnameincss {
maxlength: no;
}

Good luck! There is no maximum length it says.

Problem

Is there a maximum number of caracters for the name of a class in CSS ?

Original source

Related problems