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

	.border-none
		border: 0

	.margin-none
		margin: 0

	.padding-none
		padding: 0

	.outline-none
		outline: 0

	.shadow-none
		box-shadow: none

	.width-auto
		width: auto

	.min-width-unset
		min-width: unset

	.selection-disabled
		user-select: none
