css에 프로그래밍적 요소가 더해진게 scss라고 알고 있다.
나는 zola사용중이라 쉽게 사용 가능했다.
@import "fonts";
@media (max-width: 600px) { //mobile
html {
font-size: 14px;
}
}
header {
text-align: center;
padding: 2rem 0;
background-color: #ffb300;
color: white;
}
body {
max-width: 800px;
margin: 2rem auto;
background:
....
import, 주석이 가능한 css다. 기분이 좋다. ㅎㅎ