@breadcrumb-prefix: ~"@{ant-prefix}-breadcrumb";

.@{breadcrumb-prefix} {
	& > span:last-child {
		color: @antd-text-color;
	}
	color: @antd-text-color;
}

.@{breadcrumb-prefix} a {
	color: @antd-description-color;
	&:hover {
		color: @antd-primary-color-hover;
	}
}


