//_variables.scss $light: #f5f5f5; $dark: ##2e3033; //_theme.scss @import './_variables'; //relative path to file body { background-color: $dark; }