Blame view

node_modules/less/test/css/globalVars/extended.css 144 Bytes
ce4c83ff   wxy   初始提交
1
2
3
4
5
6
7
8
9
10
11
12
  /**
    * Test
    */
  #header {
    color: #333333;
    border-left: 1px;
    border-right: 2px;
  }
  #footer {
    color: #114411;
    border-color: #f20d0d;
  }