Tool to see CSS specificity

前端 未结 3 1918
孤独总比滥情好
孤独总比滥情好 2020-12-30 05:03

Does anyone know if there is some kind of tool to see/pick the best CSS selector based on CSS specificity to target a particular div?

I know what has higher specific

3条回答
  •  旧时难觅i
    2020-12-30 05:34

    Since it's very widely used, no one's suggested it and fabianhjr suggested I do so, I'm going to recommend Firebug for Firefox. It's similar to Chrome's inspector, and allows you to see the CSS given to an element, as well as any overridden properties:

    enter image description here

提交回复
热议问题