mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
14 lines
319 B
SCSS
14 lines
319 B
SCSS
---
|
|
# Only the main Sass file needs front matter (the dashes are enough)
|
|
---
|
|
|
|
@import "variables";
|
|
@import "bootstrap/bootstrap";
|
|
@import "syntax-highlighting";
|
|
@import "bootstrap-4-jekyll/bootstrap-4-jekyll";
|
|
@import "content";
|
|
@import "disqus";
|
|
@import "bootstrap_customization";
|
|
@import "navbar";
|
|
@import "sidebar";
|