Recent Posts
Link
«   2025/04   »
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30
관리 메뉴

공부하자

VSCode에 SCSS (SASS) 컴파일을 위한 기본 세팅 본문

SCSS

VSCode에 SCSS (SASS) 컴파일을 위한 기본 세팅

bluemoon527 2021. 2. 21. 18:02

VSCode Extension 다운로드 하기

 

1.Sass

2.Live Sass Compiler

3.Live Server

 

+ sass lint : sass 문법을 도와주는 extension

 

 

 

 

 

Extension 설치 후 설정해주기

github.com/ritwickdey/vscode-live-sass-compiler/blob/master/docs/settings.md

 

ritwickdey/vscode-live-sass-compiler

Compile Sass or Scss file to CSS at realtime with live browser reload feature. - ritwickdey/vscode-live-sass-compiler

github.com

 

 

 

 

 

참고 블로그

blog.naver.com/mgveg/222072623245

 

[Extension] VSCode 익스텐션을 이용해 SASS Compile 하기

​1. 필요한 Extension​1) SASS​​2) Live Sass Compiler​​3) Live Server​2. 설정​1) Fi...

blog.naver.com

blog.naver.com/yangwonder/222235453605

 

[VSCode] scss(sass)를 이용하여 css 컴파일 하기

https://okayoon.tistory.com/entry/VSCode-extension%EC%9C%BC%EB%A1%9C-SASSSCSS%E...

blog.naver.com

 

 

 

VSCode 외에 Koala 프로그램을 이용하여 Sass 작업을 할 수 있다.

두 방법을 다 참고 할 수 있는 블로그

blog.naver.com/jinhaiyuren/221731586386

 

css 작성 효율을 올려주는 sass 컴파일 방법 두가지

프로젝트를 수행하다보면 이거 정말 귀찮을정도로 반복해서 사용하는 경우들이 많이 있습니다.이런것들을 ...

blog.naver.com

 

 

 

세팅 후 자동 컴파일 되는 sass 파일을 확인 할 수 있다.

 

 

 

 

 

Comments