So I set a variable like this:
$variable-name: left;
and in my css I have a style for the attribute border-left
If I want to substitute the variable into the name of the attribute I use this syntax:
border-#{$variable-name}:
I have never seen this hashtag -> curly brackets business with substituting in variables.
Does this syntax have some broader significance, or is it just something that is used in this circumstance?
Thank you so much for taking the time to read my question and those who respond with help are immensely kind.