Skip to content

Instantly share code, notes, and snippets.

@pandauxstudio
Last active May 14, 2018 05:05
Show Gist options
  • Save pandauxstudio/ef46ff7a1efb433483a7a50fc3678bc3 to your computer and use it in GitHub Desktop.
Save pandauxstudio/ef46ff7a1efb433483a7a50fc3678bc3 to your computer and use it in GitHub Desktop.
/**
* getComponentSCSS
* ================
* Return corresponding sass code for specific component.
*
* @param $filePath Source SCSS file.
* @return SCSS
*/
function getComponentSCSS() {
return file_get_contents(__DIR__.'\..\..'.'\themes\2018\scss\partials\_branchButtons.scss', FILE_USE_INCLUDE_PATH);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment