관리-도구
편집 파일: _animation.scss
/** * _animation.scss * Custom Kkart Animations. */ @keyframes spin { 100% { transform: rotate( 360deg ); } }