Sass(SCSS) 완전 정복!
Style(CSS) 작업 시 필수가 되어버린 CSS Preprocessor(전처리기) Sass(SCSS)에 대해서 이해하고, CSS로 컴파일하는 방법부터 자세한 SCSS 문법까지 살펴봅니다.
heropy.blog
Sass: Built-In Modules (sass-lang.com)
Sass: Built-In Modules
Compatibility: Dart Sass since 1.23.0 LibSass ✗ Ruby Sass ✗ Only Dart Sass currently supports loading built-in modules with @use. Users of other implementations must call functions using their global names instead. Sass provides many built-in modules w
sass-lang.com
728x90
'WEB > SASS,SCSS' 카테고리의 다른 글
[SCSS] @while 반복문 (0) | 2021.04.20 |
---|---|
[SCSS] @each 반복문 / List, Map 데이터를 반복할 때 사용/ index() (0) | 2021.04.20 |
[SCSS] @for 반복문/ from ~through / from~ to (0) | 2021.04.20 |
[SCSS] if(함수) / @if(지시어) if, else if , else (0) | 2021.04.20 |
[SCSS] 함수 / 연산하여 스타일 정의 (0) | 2021.04.20 |