You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
SCSS 미리 만들어진 스타일 사용 방법
@mixin
사용방법@mixin
설정@import
혹은@use
파일 불러오기@include
변수 사용불러온 변수 사용 방법을 다음과 같이 정의 해야합니다.
@include mixin.변수명
Color 등록방법
$변수명: #컬러명;
입력하시면 됩니다.Color 사용방법
1.

@import
파일 불러오기2. 해당 사용하고자 하는 컬러
$컬러명
으로 사용추가 사항
Beta Was this translation helpful? Give feedback.
All reactions