24 lines
526 B
SCSS
24 lines
526 B
SCSS
---
|
|
# this ensures Jekyll reads the file to be transformed into CSS later
|
|
# only Main files contain this front matter, not partials.
|
|
---
|
|
|
|
|
|
|
|
@charset "utf-8";
|
|
|
|
@import "print";
|
|
|
|
@import "minimal-mistakes/skins/{{ site.minimal_mistakes_skin | default: 'default' }}"; // skin
|
|
@import "minimal-mistakes"; // main partials
|
|
|
|
@import "override"; // main partials
|
|
|
|
@import "bootstrap/bootstrap"; // main partials
|
|
|
|
|
|
@import "bootstrap/bootstrap-grid"; // main partials
|
|
|
|
@import "iframe-lightbox.scss";
|
|
|
|
@import "swiper-bundle.min.css"; |