convert css to scss with variables code example Example: scss variable to css variable $color-black: #000000; body { --color: #{$color-black}; }