Last active
May 14, 2018 05:05
-
-
Save pandauxstudio/ef46ff7a1efb433483a7a50fc3678bc3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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