Skip to content

Instantly share code, notes, and snippets.

@Made-of-Clay
Last active August 29, 2015 14:07
Show Gist options
  • Save Made-of-Clay/0d4e5006a5d45f15ea59 to your computer and use it in GitHub Desktop.
Save Made-of-Clay/0d4e5006a5d45f15ea59 to your computer and use it in GitHub Desktop.
/*----- Before Minit -----*/
/* line 12, sassy_s/_theme.scss */
body {
background: url("http://domain.com/_subdir_/wp-content/themes/_themename_/images/header_graphic_fin.png") repeat-x transparent;
}
/*------ After Minit -----*/
/* line 12, sassy_s/_theme.scss */
body {
background: url('http://domain.com/_subdir_/wp-content/themes/_themename_//_subdir_/wp-content/themes/_themename_/images/header_graphic_fin.png') repeat-x transparent;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment