Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add !default flag to allow Sass variable overrides This allows a user of the theme to customize the value of a variable defined in variables.scss by defining it before the `@import` statement: ```scss --- --- $section-headings-color: #0086b3; @import "{{ site.theme }}"; ```
- Loading branch information