File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -446,9 +446,9 @@ function pandocVariablesToThemeDefaults(
446446 // Resolve any grid variables
447447 const gridObj = metadata [ "grid" ] as Metadata ;
448448 if ( gridObj ) {
449- add ( explicitVars , "grid-sidebar-width" , gridObj [ "sidebar-width" ] ) ;
450- add ( explicitVars , "grid-margin-width" , gridObj [ "margin-width" ] ) ;
451- add ( explicitVars , "grid-body-width" , gridObj [ "body-width" ] ) ;
449+ add ( explicitVars , "grid-sidebar-base- width" , gridObj [ "sidebar-base -width" ] ) ;
450+ add ( explicitVars , "grid-margin-base- width" , gridObj [ "margin-base -width" ] ) ;
451+ add ( explicitVars , "grid-body-base- width" , gridObj [ "body-base -width" ] ) ;
452452 add ( explicitVars , "grid-gutter-width" , gridObj [ "gutter-width" ] ) ;
453453 }
454454 return explicitVars ;
You can’t perform that action at this time.
0 commit comments