• CSS 'transformation: skew()' should take <angle> type as parameters

    Current implementation is taking <number> type as parameter so skew()
    does not work properly. Let the skew() to get <angle> as specification
    described.
    
    Fixes #6237.
    Jinwoo-Song committed Jun 2, 2015