mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 03:29:59 +08:00
6 lines
160 B
Plaintext
6 lines
160 B
Plaintext
// Compatibility for browsers.
|
|
|
|
// rotate for ie8 and blow
|
|
.ie-rotate(@rotation) {
|
|
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=@rotation);
|
|
} |