File "_dark-map-functions.scss"

Full Path: /home/warrior1/public_html/wp-content/plugins/elementor/app/assets/styles/themes/dark/tokens/_dark-map-functions.scss
File size: 443 bytes
MIME-type: text/plain
Charset: utf-8

// Theme: Dark | Tokens: map functions
// - Theme specific map based functions
// Below functions can be duplicated and modified for Themes
@function dark-theme-colors($keys...) {
	@return map-deep-get($eps-dark-theme-colors, $keys...);
}

@function dark-theme-elements-colors($keys...) {
	@return map-deep-get($eps-dark-theme-elements-colors, $keys...);
}

@function dark-tints($keys...) {
	@return map-deep-get($eps-dark-tints, $keys...);
}