Skip to main content
added 5 characters in body
Source Link
Suraj Rao
  • 29.7k
  • 11
  • 96
  • 104

The problem with !important is that with CSS you MUST in all cases try to avoid deep selecting (more priority), because in the future you or some1someone else (often for big projects) will need to override these styles WITHOUT changing the original style and then this1this one will have limited freedom to do that. He will need to use !important, too with deeper selector.

The problem with !important is that with CSS you MUST in all cases try to avoid deep selecting (more priority), because in the future you or some1 else (often for big projects) will need to override these styles WITHOUT changing the original style and then this1 will have limited freedom to do that. He will need to use !important, too with deeper selector.

The problem with !important is that with CSS you MUST in all cases try to avoid deep selecting (more priority), because in the future you or someone else (often for big projects) will need to override these styles WITHOUT changing the original style and then this one will have limited freedom to do that. He will need to use !important, too with deeper selector.

Source Link
gdfgdfg
  • 3.6k
  • 8
  • 48
  • 85

The problem with !important is that with CSS you MUST in all cases try to avoid deep selecting (more priority), because in the future you or some1 else (often for big projects) will need to override these styles WITHOUT changing the original style and then this1 will have limited freedom to do that. He will need to use !important, too with deeper selector.