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

@mixin backgroundComponent

	.background
		&-none
			background: none

		&-inherit
			background-color: inherit

		&-white
			background-color: $color_1

		&-gray
			background-color: $color_2

		&-black
			background-color: $color_3

		&-green
			background-color: $color_8

		&-orange
			background-color: $color_6

		&-red
			background-color: $color_4
