What is the order of loading the CSS files in a HTML page?

前端 未结 3 1721
时光取名叫无心
时光取名叫无心 2020-12-05 07:10

I want to know the order of loading the CSS files in a HTML page.

My actual requirement is like this: I have more than 10 CSS files in my application.

I am i

3条回答
  •  眼角桃花
    2020-12-05 07:59

    Each element will be rendered based on the properties from the last style-sheet from which it has been selected. Properties which have been declared as !important; are an exception. Part of the problem is that you have 10 style-sheets.

提交回复
热议问题