I have a color.scss and main.scss file as below
color.scss
main.scss
//color.scss $special-blue: #0000ff; :export { testBlue: $special-blue; } //main