Skip to content

Instantly share code, notes, and snippets.

@AndriyShepitsen
Last active December 16, 2015 17:29
Show Gist options
  • Save AndriyShepitsen/5471030 to your computer and use it in GitHub Desktop.
Save AndriyShepitsen/5471030 to your computer and use it in GitHub Desktop.
content_columns_function
@function contentColumnWidth($siteWigth, $leftColumnWidth) {
@return $siteWigth-$leftColumnWidth;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment