mirror of https://github.com/grpc/grpc.io.git
Fix the relative import order of variables and variables_project (#702)
This commit is contained in:
parent
03aef4dbc4
commit
a894e6ca5f
|
|
@ -12,6 +12,7 @@
|
|||
"Disqus",
|
||||
"Dockerfiles",
|
||||
"Docsy",
|
||||
"Docsy's",
|
||||
"favicons",
|
||||
"flatbuffers",
|
||||
"getenv",
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Loading…
Reference in New Issue