custom-props.less 122 Bytes
Newer Older
YazhouChen's avatar
YazhouChen committed
1 2 3 4 5 6 7 8
@color: var(--foo);

body {
	border-left: 1px solid @color;
	width: calc(50% - 5px);
	border-top: 1px solid @color;
}