You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

25 lines
542 B

@charset "UTF-8";
// 기본
@import "boot/fonts";
@import "../../common/scss/global";
@import "variables";
// 애니메이션,레이아웃,유틸리티,컴포넌트
@import "common/animation";
@import "common/layout";
@import "common/utility";
// 각종 컴포넌트
@import "components/icons";
@import "components/button";
@import "components/popup_layer";
// 각종 플러그인 SCSS 및 플러그인 커스텀
// 게시판 스킨
@import "skins/board/basic";
// 페이지 SCSS 파일
@import "pages/members";
@import "pages/social";