mirror of
https://github.com/CoderSherlock/CoderSherlock.github.io.git
synced 2026-06-13 16:18:09 -07:00
5 lines
79 B
SCSS
5 lines
79 B
SCSS
@mixin transform($value) {
|
|
-webkit-transform: $value;
|
|
transform: $value;
|
|
}
|