Skip to content

Instantly share code, notes, and snippets.

@thekhairul
Created June 6, 2018 09:17
Show Gist options
  • Save thekhairul/a21b8ab494ce43118cc4fd691a4fa1d4 to your computer and use it in GitHub Desktop.
Save thekhairul/a21b8ab494ce43118cc4fd691a4fa1d4 to your computer and use it in GitHub Desktop.
background img url from scss in vue
div {
background : url(../assets/images/); // don't use quotes in url like url('')
// and use paths relative to the file editing
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment