浏览代码

add ref comment

Tatsuya Ise 2 年之前
父节点
当前提交
64c38ce755
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      apps/app/src/components/LoadingSpinner.module.scss

+ 1 - 1
apps/app/src/components/LoadingSpinner.module.scss

@@ -2,7 +2,7 @@
   animation: animation-rotate 750ms infinite linear;
 }
 
-
+// refs: https://github.com/weseek/growi/blob/master/apps/app/src/styles/atoms/_spinners.scss
 @keyframes animation-rotate {
   100% {
     transform: rotate(360deg);