File "_dark-custom-properties.scss"

Full Path: /home/warrior1/public_html/wp-content/plugins/elementor/app/assets/styles/base/dark/_dark-custom-properties.scss
File size: 564 bytes
MIME-type: text/plain
Charset: utf-8

// Base: Custom properties
// - Generated via loops from relevant maps.

// Custom variable values only support SassScript inside `#{}`.
.eps-theme-dark {
	@each $color, $value in $eps-dark-theme-colors {
		@if map-get($eps-dark-theme-colors, $color) {
			--#{$color}: #{$value};
		}
	}

	@each $color, $value in $eps-dark-theme-elements-colors {
		@if map-get($eps-dark-theme-elements-colors, $color) {
			--#{$color}: #{$value};
		}
	}

	@each $color, $value in $eps-dark-tints {
		@if map-get($eps-dark-tints, $color) {
			--gray-#{$color}: #{$value};
		}
	}
}