# Only the main Sass file needs front matter (the dashes are enough)


@charset “utf-8”;

// import custom variables and mixins to override BS4 @import “lone-wolf-theme/override-bs4”;

// import bootstrap and bootswatch @import “bootswatch/dist/{{ site.bootswatch_theme | default: 'united' }}/variables”; @import “bootstrap/scss/bootstrap”; @import “bootswatch/dist/{{ site.bootswatch_theme | default: 'united' }}/bootswatch”;

// import custom variables and mixins to extend BS4 @import “lone-wolf-theme”;