[Sass] ๋ถ€ํŠธ์ŠคํŠธ๋žฉ5 SCSS ์ ์šฉ
728x90

 

๋ถ€ํŠธ์ŠคํŠธ๋žฉ์ด ๋ฒ„์ „์„ ์—…๊ทธ๋ ˆ์ด๋“œํ•˜๋ฉฐ ์ด์ œ Sass(SCSS)๋กœ๋„ ์‚ฌ์šฉ์ด ๊ฐ€๋Šฅํ•˜๋‹ค๋Š” ์‚ฌ์‹ค!...

SCSS์˜ ํŽธ๋ฆฌํ•จ์„ ์ž˜ ์•Œ๊ธฐ ๋•Œ๋ฌธ์— ์„ค์น˜ํ•ด์„œ ์จ๋ณด๊ธฐ๋กœ ํ–ˆ๋‹ค. ๐Ÿ‘

 

 

 

๋ถ€ํŠธ์ŠคํŠธ๋žฉ ํŒจํ‚ค์ง€ ์„ค์น˜

๋จผ์ € ํŒจํ‚ค์ง€ ์„ค์น˜ ์ „์— npm iniy -y๋กœ package.json ์ƒ์„ฑํ•˜๊ธฐ!

 

์ด์–ด์„œ ๋ถ€ํŠธ์ŠคํŠธ๋žฉ ํŒจํ‚ค์ง€๋ฅผ ์„ค์น˜ํ•ด์ค€๋‹ค.

npm install bootstrap@5.2.2

 

์—ฌ๊ธฐ์„œ๋Š” ์ง„ํ–‰ํ•˜์ง€ ์•Š์•˜์ง€๋งŒ, ๋ถ€ํŠธ์ŠคํŠธ๋žฉ ์•„์ด์ฝ˜๊นŒ์ง€ ์‚ฌ์šฉํ•˜๊ณ  ์‹ถ๋‹ค๋ฉด icons ํŒจํ‚ค์ง€ ์ถ”๊ฐ€ ์„ค์น˜!

npm install bootstrap-icons

 

 

๋””๋ ‰ํ† ๋ฆฌ ์„ธํŒ…

 

 

scss ๋””๋ ‰ํ† ๋ฆฌ๋ฅผ ๋งŒ๋“ค์–ด์ฃผ๊ณ  main.scss์— bootstrap.scss๋ฅผ import ํ•ด์ฃผ๊ธฐ

vscode์—์„œ ๋น ๋ฅธ ์„ค์ •์„ ์œ„ํ•ด ํ˜น์‹œ live Sass Compiler๊ฐ€ ์„ค์น˜๋˜์–ด์žˆ์ง€ ์•Š๋‹ค๋ฉด ์š” ํ™•์žฅ ํ”„๋กœ๊ทธ๋žจ์„ ์„ค์น˜ํ•˜์ž!

 

 

setting.json (๋‹จ์ถ•ํ‚ค cmd+shift+p) ์—์„œ liveSassCompile ๊ด€๋ จ ์ถ”๊ฐ€ ์„ค์ •

format์˜ ์„ค์ •์€ css ํŒŒ์ผ ๋‚ด๋ถ€ ์ฝ”๋“œ๋ฅผ ์–ด๋–ค ๋ฐฉ์‹์œผ๋กœ ํ‘œํ˜„ํ•  ๊ฒƒ์ธ์ง€์— ๋Œ€ํ•œ ๋ถ€๋ถ„์ธ๋ฐ, nested, expanded, compact, compressed ์ด๋ ‡๊ฒŒ ์˜ต์…˜์œผ๋กœ ์žˆ๊ณ , ๊ธฐ๋ณธ ์˜ต์…˜์€ nested๋‹ค.

  • nested: ๋“ค์—ฌ์“ฐ๊ธฐ๋กœ ์ค‘์ฒฉ ๊ตฌ๋ถ„
  • expanded: ์ค‘์ฒฉ๋˜์–ด ์žˆ์ง€๋งŒ ๋“ค์—ฌ ์“ฐ๊ธฐ ์—†์Œ
  • compact: css ์†์„ฑ๊ฐ„์— ์ค„ ๋ฐ”๊ฟˆ ์—†์Œ
  • compressed: ๋ถˆํ•„์š”ํ•œ ๊ณต๋ฐฑ ๋ชจ๋‘ ์ œ๊ฑฐ

 

extensionName : output ๋œ ํŒŒ์ผ

savePath: ํŒŒ์ผ ๊ฒฝ๋กœ

 

๊ทธ ์™ธ ์„ค์ • ๊ด€๋ จํ•ด์„œ๋Š” ์•„๋ž˜ ๋ฌธ์„œ๋ฅผ ์ฐธ๊ณ ํ•ด๋ณด๋ฉด ์ข‹๋‹ค.

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

 

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

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

github.com

 

 

๊ทธ๋Ÿผ ์ด์ œ vscdoe ํ•˜๋‹จ ๋ถ€์˜ Watch Sass๋ฅผ ์ผœ๊ณ  ๋„๋Š” ๊ฒƒ์œผ๋กœ ์‰ฝ๊ฒŒ scss ํŒŒ์ผ์„ css ํŒŒ์ผ๋กœ ์ปดํŒŒ์ผํ•  ์ˆ˜ ์žˆ๋‹ค.

 

 

watching Sass๋ฅผ ํ‚ค๋ฉด ์ด์ œ scss ํŒŒ์ผ์ด ์ปดํŒŒ์ผ๋œ main.css ํŒŒ์ผ์ด ์ƒ์„ฑ~

์ด ํŒŒ์ผ์„ html ํŒŒ์ผ์— ๋งํฌ๋ฅผ ๊ฑธ์–ด ์‚ฌ์šฉํ•˜๋ฉด ๋œ๋‹ค ๐Ÿ‘

๋ถ€ํŠธ์ŠคํŠธ๋žฉ

https://getbootstrap.com/docs/5.2/getting-started/introduction/

 

Get started with Bootstrap

Bootstrap is a powerful, feature-packed frontend toolkit. Build anything—from prototype to production—in minutes.

getbootstrap.com

 

 

 

 

์ฐธ๊ณ  ์œ ํŠœ๋ธŒ

https://www.youtube.com/watch?v=WlOBV00NldU&t=430s

728x90