스타일링1 [CSS] CSS preprocessor : SASS SASS SASS는 CSS를 보완하고 더 효율적으로 스타일링 할 수 있도록 도와주는 CSS 프리프로세서. Sass는 CSS의 확장된 문법을 사용하며, 간결하고 가독성이 좋은 코드를 작성 가능한 다양한 특징 제공. https://sass-lang.com/ Sass: Syntactically Awesome Style Sheets Sass is the most mature, stable, and powerful professional grade CSS extension language in the world. sass-lang.com 🛠️ 설치 방법 $ npm install -g sass 🔍 사용법 변수 (Variables) $ 기호를 사용하여 변수 정의. $maincolor:#444444; $titlecol.. 2023. 10. 18. 이전 1 다음