Skip to main content
added 3 characters in body
Source Link
dippas
  • 60.9k
  • 15
  • 125
  • 134

For me, using "!important"!important is a bad CSS practice. It disrupts the natural flow in applying the css rules where in properties are applied from top to bottom. With important!important, the property will now give priority to the latest important value.

It's just like using the goto keyword in scripts. Though its are perfectly legal, it's still best avoided.

For me, using "!important" is a bad CSS practice. It disrupts the natural flow in applying the css rules where in properties are applied from top to bottom. With important, the property will now give priority to the latest important value.

It's just like using the goto keyword in scripts. Though its are perfectly legal, it's still best avoided.

For me, using !important is a bad CSS practice. It disrupts the natural flow in applying the css rules where in properties are applied from top to bottom. With !important, the property will now give priority to the latest important value.

It's just like using the goto keyword in scripts. Though its are perfectly legal, it's still best avoided.

added 1 character in body
Source Link
gianebao
  • 19.2k
  • 3
  • 33
  • 40

For me, using "!important" is a bad CSS practice. IIt disrupts the natural flow in applying the css rules where in properties are applied from top to bottom. With important, the property will now give priority to the latest important value.

It's just like using the goto keyword in scripts. Though its are perfectly legal, it's still best avoided.

For me, using "!important" is a bad CSS practice. I disrupts the natural flow in applying the css rules where in properties are applied from top to bottom. With important, the property will now give priority to the latest important value.

It's just like using the goto keyword in scripts. Though its are perfectly legal, it's still best avoided.

For me, using "!important" is a bad CSS practice. It disrupts the natural flow in applying the css rules where in properties are applied from top to bottom. With important, the property will now give priority to the latest important value.

It's just like using the goto keyword in scripts. Though its are perfectly legal, it's still best avoided.

Source Link
gianebao
  • 19.2k
  • 3
  • 33
  • 40

For me, using "!important" is a bad CSS practice. I disrupts the natural flow in applying the css rules where in properties are applied from top to bottom. With important, the property will now give priority to the latest important value.

It's just like using the goto keyword in scripts. Though its are perfectly legal, it's still best avoided.