4
I’ve seen several internet tutorials on css reset
teaching that one should never use the asterisk to apply the modifications.
For example:
* { margin:0; padding:0; }
But, along with the statement that doing so is problematic, I’ve never seen an explanation of why can’t you do that.
Why is the use of the asterisk in css not recommended? Is there any risk?
Maybe by performance, but it varies too much. Is there an example where you read this?
– Renan Gomes