skip to Main Content

I’m using a lot of **!important** in my CSS to override Twitter Bootstrap defaults. I wonder if it will work across all devices.

Does **!important** give me same results in all browsers?

2

Answers


  1. From my personal experience !important supported by every browser that supports CSS. But you have to check This before use it.

    Login or Signup to reply.
  2. It was part of the CSS spec and has been around forever, and was always easy enough to implement that browsers appear to have gotten it right on the first try.

    Here are the browser will support !important
    IE5.5+, Firefox 1+, Safari 3+, Chrome 1+.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search