Last active
August 29, 2015 14:17
-
-
Save joice/b8da1f97b56bc0861d02 to your computer and use it in GitHub Desktop.
configurações
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
| @import 'bourbon'; | |
| @import 'neat-helpers'; | |
| //$visual-grid: true; | |
| $column: 60px; | |
| $gutter: 20px; | |
| $grid-columns: 12; | |
| $max-width: 960px; | |
| // Use a 4 column grid in tablet devices | |
| // $tablet: new-breakpoint(max-width 848px 6); | |
| // $vertical-tablet: new-breakpoint(max-width 694px 6); | |
| // Use a 4 column grid in mobile devices | |
| // $mobile: new-breakpoint(max-width 480px 4); | |
| $retina: new-breakpoint(-webkit-min-device-pixel-ratio 2); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment