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

前端 未结 6 1242
礼貌的吻别
礼貌的吻别 2020-12-29 19:50

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

6条回答
  •  北海茫月
    2020-12-29 20:36

    .thereisnomaximumlengthforaclassnameincss {
    maxlength: no;
    }
    

    Good luck! There is no maximum length it says.

提交回复
热议问题