Skip to content
Snippets Groups Projects
Commit 2febd256 authored by Silvio Giebl's avatar Silvio Giebl
Browse files

Added .liquid suffix to included scss files

(cherry picked from commit 7fb79c2018b979fdf917f427ca5d3f2451f3265d)
parent 3995fbfc
No related branches found
No related tags found
No related merge requests found
File moved
@import "./support/support";
@import "./color_schemes/{{ include.color_scheme }}";
@import "./modules";
{% include css/custom.scss %}
{% include css/custom.scss.liquid %}
---
---
{% include css/just-the-docs.scss color_scheme="dark" %}
\ No newline at end of file
{% include css/just-the-docs.scss.liquid color_scheme="dark" %}
\ No newline at end of file
---
---
{% include css/just-the-docs.scss color_scheme="light" %}
\ No newline at end of file
{% include css/just-the-docs.scss.liquid color_scheme="light" %}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment