_config.scss 188 B

12345678
  1. /**
  2. * Separator
  3. */
  4. $config-separator: (
  5. "height": #{0.125 * map-deep-get($config-global, "spacing", "unit")},
  6. "width": #{6 * map-deep-get($config-global, "spacing", "horizontal")}
  7. );