mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
4 lines
78 B
SCSS
4 lines
78 B
SCSS
@mixin transform($value) {
|
|
-webkit-transform: $value;
|
|
transform: $value;
|
|
} |