important.css 76 B

12345678
  1. div {
  2. max-height: none !important;
  3. }
  4. .important {
  5. .foo() !important;
  6. }