Fix the relative import order of variables and variables_project (#702)

This commit is contained in:
Patrice Chalin 2021-03-05 17:21:27 -05:00 committed by GitHub
parent 03aef4dbc4
commit a894e6ca5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 6 deletions

View File

@ -12,6 +12,7 @@
"Disqus",
"Dockerfiles",
"Docsy",
"Docsy's",
"favicons",
"flatbuffers",
"getenv",

View File

@ -4,11 +4,16 @@ $secondary: #5ac5c5;
$info: #379c9c;
$gray-100: #fafafa;
// Display styles: prefer Bootstrap defaults to docsy's overrides
$display1-weight: $font-weight-light;
$display2-weight: $font-weight-light;
$display3-weight: $font-weight-light;
$display4-weight: $font-weight-light;
// Forward definitions of Bootstrap and Docsy variables
// TODO: add value checks later in the import chain
$_font-weight-light: 300;
// Display styles: prefer Bootstrap defaults to Docsy's overrides
$display1-weight: $_font-weight-light;
$display2-weight: $_font-weight-light;
$display3-weight: $_font-weight-light;
$display4-weight: $_font-weight-light;
$link-color: #379c9c;

@ -1 +1 @@
Subproject commit efb6ddcaecd00eb771ff748c5aa06c37530b24bb
Subproject commit 727ff484730222d2bc2d3a593d97f96c22b6d39c