From cf73a62eb43d7f8a390e3e4a1d156462e72027f0 Mon Sep 17 00:00:00 2001 From: "NEW_GIL_HOME\\hyeon" Date: Tue, 3 Feb 2026 22:39:05 +0900 Subject: [PATCH] =?UTF-8?q?[=EA=B8=B0=EB=8A=A5]=20SCSS=20CLI=20=EC=BB=B4?= =?UTF-8?q?=ED=8C=8C=EC=9D=BC=20=EA=B0=80=EC=9D=B4=EB=93=9C=20README.md=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.5 --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e3c9c47 --- /dev/null +++ b/README.md @@ -0,0 +1,28 @@ +# FoD - SCSS 컴파일 가이드 + +## 사전 준비 + +Node.js가 설치된 환경에서 Sass를 글로벌로 설치합니다. (최초 1회) + +```bash +npm install -g sass +``` + +## 사용법 + +작업 시작 전 아래 명령어 실행: + +### 기본 문법 + +```bash +sass --watch [입력경로]:[출력경로] +``` + +### 실행 + +```bash +sass --watch kr/assets/css:kr/assets/css +``` + +- SCSS 파일 저장 시 자동으로 CSS 컴파일 +- 작업 종료: `Ctrl + C`