npm install -g sass
sass source/stylesheets/index.scss build/stylesheets/index.css
$font-stack: Helvetica, sans-serif; $primary-color: #333; body { font: 100% $font-stack; color: $primary-color; }
from: https://sass-lang.com/guide