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

前端 未结 6 1243
礼貌的吻别
礼貌的吻别 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:23

    Don't forget about bandwidth. It may not seem to make a difference but one css file with 30 classes with long names can add up to a big performance issue on a large site

提交回复
热议问题