File: no-sm-operations.css

package info (click to toggle)
less.js 3.13.0%2Bdfsg-11
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 6,020 kB
  • sloc: javascript: 23,275; makefile: 12; perl: 11; sh: 6
file content (18 lines) | stat: -rw-r--r-- 325 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.named-colors-in-expressions {
  color-0: 0 -red;
  color-1: #000101;
  color-2: #ff0000;
  color-3: #ff0000;
  background-color: blue-2;
  color: green-black;
  animation: blue-change 5s infinite;
}
.named-colors-in-expressions-bar-red {
  x: y;
}
.named-colors-in-expressions-barred {
  a: a;
}
.division {
  value: 2px;
}