tinyreset icon indicating copy to clipboard operation
tinyreset copied to clipboard

It can be smaller

Open jlong opened this issue 8 years ago • 4 comments

It can be smaller! See: https://gist.github.com/jlong/e1f4c1e7b0df68db53e1eb9fa7558f23

jlong avatar May 17 '17 16:05 jlong

The universal * selector is considered to affect performance negatively (although Paul Irish says this is false).
Still, it's a common scare for most developers so they may not be comfortable using that.

VPenkov avatar May 21 '17 07:05 VPenkov

@VPenkov Agree.

shankara-subramani avatar May 21 '17 11:05 shankara-subramani

@VPenkov Please read: http://blogs.telerik.com/kendoui/posts/12-09-28/css_tip_star_selector_not_that_bad

jlong avatar May 30 '17 20:05 jlong

@jlong I don't claim it's bad (and I even quoted Paul Irish). Just explaining why other people avoid it.

Although I'd never apply a transition on all elements, but that's a whole other subject.

VPenkov avatar May 31 '17 03:05 VPenkov