Blame view

node_modules/less/test/css/modifyVars/extended.css 126 Bytes
ce4c83ff   wxy   初始提交
1
2
3
4
5
6
7
8
9
  #header {
    color: #333333;
    border-left: 1px;
    border-right: 2px;
  }
  #footer {
    color: #114411;
    border-color: #842210;
  }