Skip to content

Commit

Permalink
There are 1 files have been modified at 2020-06-26 03:53:54 .
Browse files Browse the repository at this point in the history
	-rw-r--r-- 1 jzou ops 842 Jun 26 03:53 assets/css/just-the-docs.scss
No files have been added.
No files have been deleted.
No file type has been changed.
  • Loading branch information
matrixzj committed Jun 26, 2020
1 parent 1cdf9c0 commit 5cb2e9f
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions assets/css/just-the-docs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,37 @@
# only Main files contain this front matter, not partials.
---

{% if site.logo %}
$logo: "{{ site.logo | absolute_url }}";
{% endif %}

//
// Import external dependencies
//

@import "./vendor/normalize.scss/normalize.scss";

//
// Import Just the docs scss
// Import Just the Docs scss
//

// Support
@import "./support/support";

//
// Import custom color scheme scss
// Import custom overrides
//

@import "./custom/custom";

//
// Import custom color scheme scss
//

{% if site.color_scheme == "dark" %}
@import "./color_schemes/dark.scss";
{% endif %}

// Modules
@import "./base";
@import "./layout";
Expand All @@ -34,8 +46,4 @@
@import "./tables";
@import "./code";
@import "./utilities/utilities";

//
// Import custom overrides
//
@import "./custom/custom";
@import "./overrides";

0 comments on commit 5cb2e9f

Please sign in to comment.