58 lines
1.9 KiB
SCSS
58 lines
1.9 KiB
SCSS
// Copyright (c) 2019 Florian Klampfer <https://qwtel.com/>
|
|
//
|
|
// This program is free software: you can redistribute it and/or modify
|
|
// it under the terms of the GNU General Public License as published by
|
|
// the Free Software Foundation, either version 3 of the License, or
|
|
// (at your option) any later version.
|
|
//
|
|
// This program is distributed in the hope that it will be useful,
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
// GNU General Public License for more details.
|
|
//
|
|
// You should have received a copy of the GNU General Public License
|
|
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
{% include styles/variables.scss %}
|
|
@import "variables";
|
|
@import "my-variables";
|
|
@import "mixins";
|
|
|
|
{% if site.pivoine.dark_mode.dynamic %}
|
|
@import "pro/dark-mode-dynamic";
|
|
{% else %}
|
|
@import "pro/dark-mode";
|
|
{% endif %}
|
|
|
|
@import "html";
|
|
|
|
@import "pooleparty/__inline__/base";
|
|
@import "pooleparty/__inline__/type";
|
|
@import "pooleparty/__inline__/table";
|
|
@import "pooleparty/__inline__/footer";
|
|
@import "pooleparty/__inline__/footnotes";
|
|
@import "pooleparty/__inline__/code";
|
|
@import "pooleparty/__inline__/posts";
|
|
@import "pooleparty/__inline__/related";
|
|
@import "pooleparty/__inline__/read-more";
|
|
@import "pooleparty/__inline__/message";
|
|
@import "pooleparty/__inline__/pagination";
|
|
|
|
@import "pivoine/__inline__/base";
|
|
@import "pivoine/__inline__/utilities";
|
|
@import "pivoine/__inline__/links";
|
|
@import "pivoine/__inline__/images";
|
|
@import "pivoine/__inline__/sidebar";
|
|
@import "pivoine/__inline__/social";
|
|
@import "pivoine/__inline__/menu";
|
|
@import "pivoine/__inline__/toc";
|
|
@import "pivoine/__inline__/content";
|
|
@import "pivoine/__inline__/avatar";
|
|
@import "pivoine/__inline__/katex";
|
|
@import "pivoine/__inline__/footer";
|
|
@import "pivoine/__inline__/sound";
|
|
|
|
@import "my-inline";
|
|
|
|
{% include styles/common.scss %}
|