Преглед изворни кода

Mayland: Add config-separator.width default variable.

Allan Cole пре 5 година
родитељ
комит
b7fcf782db
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      mayland/sass/_config-child-theme-deep.scss

+ 1 - 0
mayland/sass/_config-child-theme-deep.scss

@@ -279,6 +279,7 @@ $config-quote: (
 
 $config-separator: (
 	"height": #{0.25 * $baseline-unit},
+	"width": #{6 * map-deep-get($config-global, "spacing", "horizontal")},
 );
 
 /**