_config.scss 259 B

1234567891011
  1. /**
  2. * Cover
  3. */
  4. $config-cover: (
  5. "height": #{15 * map-deep-get($config-global, "spacing", "vertical")},
  6. "color": (
  7. "foreground": #{map-deep-get($config-global, "color", "white")},
  8. "background": #{map-deep-get($config-global, "color", "black")},
  9. )
  10. );