🎨 Sync all code from branch develop.

This commit is contained in:
凡梦星尘
2022-06-12 15:39:35 +08:00
parent e4f48fb897
commit 8eb4071c85
17 changed files with 60 additions and 46 deletions

View File

@@ -139,14 +139,16 @@ $second_comment_name: {{ lower (index $sortNav 1).name }};
// Variables Layer
// --------------------------------------------------
@import '_variables/base';
{{ printf "/* %s Scheme Style */" $P.scheme }}
{{ printf "@import '_variables/%s';" $P.scheme }}
// TODO
// @import 'theme.injects.variable';
//@import 'theme.injects.variable';
// Mixins Layer
// --------------------------------------------------
@import '_mixins';
// TODO
// @import 'theme.injects.mixin';
//@import 'theme.injects.mixin';
// Dark mode colors
// --------------------------------------------------
@@ -162,11 +164,11 @@ $second_comment_name: {{ lower (index $sortNav 1).name }};
@import '_common/outline';
// Components
@import '_common/components';
// Schemes Layer
// --------------------------------------------------
{{ printf "@import '_schemes/%s/';" $P.scheme }}
// Custom Layer
// TODO