function.scss 63 B

123
  1. @function themed($key) {
  2. @return map-get($theme-map, $key);
  3. }