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