_functions.scss 200 B

123456789
  1. // Functions
  2. @function social-color($key: "twitter") {
  3. @return map-get($social-colors, $key);
  4. }
  5. @function theme-gradient-color($key: "primary") {
  6. @return map-get($theme-gradient-colors, $key);
  7. }