routie dev init since i didn't adhere to any proper guidance up until now
This commit is contained in:
+17
@@ -0,0 +1,17 @@
|
||||
@use '../tools';
|
||||
|
||||
@include tools.layer('transitions') {
|
||||
@keyframes v-shake {
|
||||
59% {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
60%, 80% {
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
70%, 90% {
|
||||
margin-left: -2px;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user