is there any limit on css file size?

前端 未结 11 1993
Happy的楠姐
Happy的楠姐 2020-12-09 19:18

I am using ASP.NET MVC to develop a site. The CSS file has grown to 88KB and is having a little more 5,000 lines. I noticed recently that styles added at the end are not the

11条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-09 20:13

    Have you validated your CSS? Some browsers will include styles up to the point of a syntax error (or certain syntax errors) and then effectively truncate the file for you, leading to just this behavior.

    I'd also vote for refactoring your CSS, you can probably get away with a bit less . . .

提交回复
热议问题