Blame view

node_modules/less/test/css/namespacing/namespacing-3.css 123 Bytes
ce4c83ff   wxy   初始提交
1
2
3
4
5
6
7
8
  @media (min-width: 320px) {
    .toolbar {
      width: 400px;
      height: 200px;
      background: red;
      color: white;
    }
  }