pencil-1.0.0: examples/Simple/site/stylesheet.scss
$bgColor: #ffffff;
body {
background-color: $bgColor;
font-family: sans-serif;
font-size: 18px;
}
.structure {
margin-left: auto;
margin-right: auto;
width: 600px;
}$bgColor: #ffffff;
body {
background-color: $bgColor;
font-family: sans-serif;
font-size: 18px;
}
.structure {
margin-left: auto;
margin-right: auto;
width: 600px;
}