--- name: sass url: /sass title: Sass ---
Making changes is simple, in _settings.scss find the element you want to style (command/ctrl+f). Find the variable, uncomment the style, and change its value. Be sure to compile your sass to see the changes take affect
Here's an example set of settings variables. These change the default styling of buttons:
A mixin lets you make groups of CSS declarations that you want to reuse throughout your site. You can even pass in values to make your mixin more flexible. You can create custom mixins to speed up development, another example regarding buttons:
Then you can use your new custom button by simply include the following html: