what is the max number css rules I can specify in style sheet per browser

后端 未结 2 2055
一生所求
一生所求 2021-01-04 06:45

what is the max number css rules I can specify in style sheet per browser.

2条回答
  •  旧时难觅i
    2021-01-04 07:31

    Are you talking about how many css includes you can do? IE does have a maximum of 32 (source) or maybe 31.

    However it sounds like you are asking if there is a maximum amount of styles you can include in a single .css file, and I am not aware of any limit in that respect.

提交回复
热议问题