[SCSS] SCSS 셋팅하기
SCSS 공식 사이트 Sass: Syntactically Awesome Style Sheets Sass is the most mature, stable, and powerful professional grade CSS extension language in the world. sass-lang.com 1. Extensions > Live Sass Compiler 설치 2. vscode -> setting.json 3. 설정값 입력 "liveSassCompile.settings.formats": [ { "format": "expanded", "extensionName": ".css", "savePath": "/css/", "savePathReplacementPairs": null } ], - format ..