summaryrefslogtreecommitdiff
path: root/vendor/leafo/lessphp/tests/outputs/variables.css
blob: c4857cc69f0dc5a0bb12d562b053b223d6b13a92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
outer1: 44px;
outer2: 44px;
.variables {
  width: 14cm;
  height: 24px;
  margin-top: -20px;
  margin-bottom: 30px;
  color: #888899;
  background: #6c94be;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  margin: 3px;
  font: 10px/12px serif;
  font: 120%/120% serif;
}
.external {
  color: #888;
  border: 1px solid #3326cc;
  background: rgba(23,68,149,0.5);
}