限制變數在特定範圍中, 避免污染全域
.container {
$rhythm: 1em;
margin: 0 auto;
max-width: 42em;
padding: 0 $rhythm;
p {
text-indent: $rhythm;
}
}
限制變數在特定範圍中, 避免污染全域
.container {
$rhythm: 1em;
margin: 0 auto;
max-width: 42em;
padding: 0 $rhythm;
p {
text-indent: $rhythm;
}
}