| Linux webm010.cluster103.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 Path : /home/cuisinesj/www/new/wp-content/themes/auberge/assets/sass/ |
| Current File : /home/cuisinesj/www/new/wp-content/themes/auberge/assets/sass/_css-vars.scss |
/* FILE: _css-vars.scss */
//
// CSS variables.
//
// @package Auberge
// @copyright WebMan Design, Oliver Juhas
//
// @since 2.6.0
// @version 2.7.0
//
:root {
@each $option, $value in $customize_options {
// Converting values to string to prevent issues.
--#{$option}: #{$value+''};
}
}