mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-04-10 14:01:22 -06:00
Fixed import order of custom.scss
; puts at end (#1010)
This way, custom styles are able to override the callout styles, which were previously included last.
This commit is contained in:
parent
223feac30b
commit
53edd7868d
@ -5,5 +5,5 @@ $logo: "{{ site.logo | relative_url }}";
|
||||
@import "./color_schemes/light";
|
||||
@import "./color_schemes/{{ include.color_scheme }}";
|
||||
@import "./modules";
|
||||
{% include css/custom.scss.liquid %}
|
||||
{% include css/callouts.scss.liquid color_scheme = include.color_scheme %}
|
||||
{% include css/custom.scss.liquid %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user