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

Version Path
lone-wolf-theme-1.2.0 assets/css/main.scss
lone-wolf-theme-1.1.1 assets/css/main.scss
lone-wolf-theme-1.1.0 assets/css/main.scss
lone-wolf-theme-1.0.7 assets/css/main.scss
lone-wolf-theme-1.0.6 assets/css/main.scss
lone-wolf-theme-1.0.5 assets/css/main.scss
lone-wolf-theme-1.0.4 assets/css/main.scss
lone-wolf-theme-1.0.3 assets/css/main.scss