@mixin transitions() {
	transition: background-color $transition-base, border-color $transition-base, box-shadow $transition-base;
}
