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

	.color
		&-inherit
			color: inherit

		&-white
			color: $color_1

		&-gray
			color: $color_2

		&-black
			color: $color_3

		&-green
			color: $color_8

		&-orange
			color: $color_6

		&-red
			color: $color_4
