Hacker News new | ask | show | jobs
by z3t4 3020 days ago
Add another class to make your element more specific. You can have many classes in one element! Then you never have to use !important again.

  .rabbit.drivingACar.onIce.withRocketBoosters  {
    color: pink; /* pretty specific */
  }