SCSS의 데이터 타입 종류에 대해 알아보자.

$number

💡 단위가 붙은 수도 숫자로 취급한다.

$string

$color

$color : red;

$boolean

$null

$list

$list: orange, royalblue, yellow;

$map