gpt4 book ai didi

html - 在 css 中应用 !important 是正确的方法吗?

转载 作者:太空宇宙 更新时间:2023-11-04 09:59:35 25 4
gpt4 key购买 nike

我有点不知道 !important 在 css 中。

在我的元素中,我使用了 Bootstrap 。为了在我的元素中有所成就

通过将 !important 放在我的样式表上来覆盖 bootstrap.css。

这样做是否正确。

请帮助我更正,如果有误,以及 !important 规则是如何工作的。

最佳答案

具有 !important 属性的规则将始终被应用,无论该规则出现在 CSS 文档中的何处。

来自 here :

Using !important is bad practice and should be avoided because it makes debugging more difficult by breaking the natural cascading in your stylesheets. When two conflicting declarations with the !important rule are applied to the same element, the declaration with greater specificity will be applied.

Some rules of thumb:

  • Always look for a way to use specificity before even considering !important Only use !important on page-specific CSS that overrides site-wide or foreign CSS (from external libraries, like Bootstrap or normalize.css).
  • Never use !important when you're writing a plugin/mashup.
  • Never use !important on site-wide CSS. Instead of using !important, you can make better use of CSS cascading properties and use more specific rules.

关于html - 在 css 中应用 !important 是正确的方法吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38435032/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com