Blame view

node_modules/less/test/less-bom/sourcemaps/custom-props.less 122 Bytes
ce4c83ff   wxy   初始提交
1
2
3
4
5
6
7
  @color: var(--foo);
  
  body {
  	border-left: 1px solid @color;
  	width: calc(50% - 5px);
  	border-top: 1px solid @color;
  }