Last active
December 16, 2016 10:42
-
-
Save Agressiva86/4c94add6b140d414923487de9c6b9ba6 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
// Foundation variables goes here, before including foundation framework | |
$global-width: rem-calc(1200); // szerokość contentu | |
$grid-column-gutter: rem-calc(20); //szerokość gutter (odstęp) | |
$primary-color: #000; | |
$secondary-color: #bebebe; | |
$select-triangle-color: #000; | |
$block-grid-max: 8; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment