Sha256: c1d1d4c78c015c3aba32b05a42a5a12a8bbb8a5df3d985cb28298dde05bf9213
Contents?: true
Size: 514 Bytes
Versions: 8
Compression:
Stored size: 514 Bytes
Contents
--- # 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";
Version data entries
8 entries across 8 versions & 1 rubygems