// This file is a part of Grid - Copyright (c) 2017 Vladimír Macháček
// For the full copyright and license information, please view the file license.md
// that was distributed with this source code.

@import "parts/header"
@import "parts/files-import"
@import "parts/components-container"

// ------------------- GENERATING PART -------------------
$breakpoints: s $smallBreakpoint, m $mediumBreakpoint // Set only mobile prefixes
$frameMaxSize: 5
$widthMin: 25
$columnsMax: 4
$orderMax: 4

@import "parts/output-generator"
