If I have a div with a few child elements and it\'s being css transform scaled. I\'ve got one child element which I don\'t want to scale
I found hack for Chrome to solve problem with blurred.
#parent { transform: scale(5);} #child { transform: scale(0.2) translate3d( 0, 0, 0);}