// 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.

@include setBreakpointPrefix
@include componentsContainer

@each $breakpoint in $breakpoints
	$prefix: nth($breakpoint, 1)
	$minWidth: nth($breakpoint, 2)

	@include breakpoint($minWidth)
		@include setBreakpointPrefix($prefix)
		@include componentsContainer
