custom-props.less 122 Bytes Edit Raw Blame History 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; }