| 문서 | 날짜 | 사용자 | 설명 | 
	
		|  | 2021/04/08 22:43 | 오션 | Sass @extend and Inheritance
	*  description : Sass @extend and Inheritance
	*  author      : 오션
	*  email       : shlim@repia.com
	*  lastupdate  : 2021-04-08
Ref
Sass @extend and Inheritance
Sass @extend Directive
@extend 지시문을 사용하면 한 셀렉터에서 다른 셀렉터로 | 
	
		|  | 2021/04/08 20:21 | 오션 | Sass @import
	*  description : Sass @import and Partials
	*  author      : 오션
	*  email       : shlim@repia.com
	*  lastupdate  : 2021-04-08
Ref
Sass @import and Partials
Sass Nested Rules
Sass는 CSS 코드를 DRY(Don't Repeat Yourself, 중복배제) 상태로 유지합니다. | 
	
		|  | 2021/04/08 21:36 | 오션 | Sass @mixin and @include
	*  description : Sass @mixin and @include
	*  author      : 오션
	*  email       : shlim@repia.com
	*  lastupdate  : 2021-07-22
Ref
Sass @mixin and @include
Sass Mixins
@mixin 지시문을 사용하면 웹 사이트 전체에서 재사용할 | 
	
		|  | 2021/07/20 16:15 | 오션 | Sass settings in VS Code
	*  description : Sass @extend and Inheritance
	*  author      : 오션
	*  email       : shlim@repia.com
	*  lastupdate  : 2021-07-20
1. VS Code에서 extensions > Live Sass Complier를 설치합니다.
설치를 하면 VS Code 하단의 패널에 | 
	
		|  | 2021/04/08 15:10 | 오션 | Sass Tutorial
	*  description : Sass Variables
	*  author      : 오션
	*  email       : shlim@repia.com
	*  lastupdate  : 2021-04-08
Ref
Sass Variables
Sass Variables
변수는 나중에 재사용할 수 있는 정보를 저장하는 방법입니다. | 
	
		|  | 2021/04/08 17:59 | 오션 | Sass Tutorial
	*  description : Sass Nested Rules and Properties
	*  author      : 오션
	*  email       : shlim@repia.com
	*  lastupdate  : 2021-04-08
Ref
Sass Nested Rules and Properties
Sass Nested Rules
Sass를 사용하면 HTML과 동일한 방식으로 CSS 셀렉터를 중첩할 수 있습니다. | 
	
		|  | 2021/04/08 14:20 | 오션 | Sass Tutorial
	*  description : Sass Introduction
	*  author      : 오션
	*  email       : shlim@repia.com
	*  lastupdate  : 2021-04-08
Ref
Sass Introduction
What is Sass?
	*  Sass는 Syntactically Awesome Stylesheet의 약자입니다.
	*  Sass는 CSS의 확장입니다. | 
	
		|  | 2021/04/08 14:33 | 오션 | Sass Tutorial
	*  description : Sass Installation
	*  author      : 오션
	*  email       : shlim@repia.com
	*  lastupdate  : 2021-04-08
Ref
Sass Installation
System Requirements for Sass
	*  운영 체제(Operating System) - Sass는 플랫폼 독립적입니다. |