question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Is there a way to avoid to use `!important` CSS mode?

See original GitHub issue

Is there a way to avoid to use !important CSS mode?

Can we move outerDivClass to the end?

I need my css classes to override yours.

Am I wrong?

image

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:12 (11 by maintainers)

github_iconTop GitHub Comments

1reaction
frederikhorscommented, Mar 10, 2022

We can close. I don’t have time right now. I’ll re-open if this is still an issue. Thanks both.

1reaction
frederikhorscommented, Feb 19, 2022

I mean after all others.

Read more comments on GitHub >

github_iconTop Results From Across the Web

CSS !important: Don't Use It. Do This Instead - UX Engineer
When you're just starting with CSS, the !important tag seems like a secret weapon that you can pull out when styles aren't working...
Read more >
CSS !important Property - W3Schools
One way to use !important is if you have to override a style that cannot be overridden in any other way. This could...
Read more >
important - CSS: Cascading Style Sheets - MDN Web Docs
Avoid using !important to override specificity. When intentionally creating important declarations for UI requirements, comment in your CSS code ...
Read more >
Priority of CSS declarations. A smart way to avoid !important
A rule called !important can be added to your declaration to increase its importance. Even if using it seems tempting, it could seriously...
Read more >
When Should You Use the CSS !important Rule? - DigitalOcean
The !important rule is special because it has the ability to override the natural cascade of CSS styles. Consider the following HTML/CSS code…...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found