Hello,
how I can change Bootstrap variable using custom scss file? For example variable $accordion-button-icon.
I have created custom.scss file in /templates/shaper_helixultimate/scss and add this line:
$accordion-button-icon: url("data:image/svg+xml,<svg xmlns='www.w3.org/2000/svg' viewBox='0 0 16 16' fill='#{$accordion-icon-color}'><path fill-rule='evenodd' d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/></svg>");
But this error occurred:
Undefined variable $accordion-icon-color: templates/shaper_helixultimate/scss/custom.scss on line 2, at column 1 Call Stack: #0 import templates/shaper_helixultimate/scss/custom.scss (unknown file) on line 1
Thanks