This repository has been archived on 2025-03-06. You can view files and clone it, but cannot push or open issues or pull requests.
machines-backup/assets/css/main.scss
2024-10-01 19:14:56 +02:00

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";