File: styles.css

package info (click to toggle)
node-mini-css-extract-plugin 2.4.6%2B~2.4.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,760 kB
  • sloc: javascript: 10,443; makefile: 2
file content (36 lines) | stat: -rw-r--r-- 236 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
body {
  content: "a";
}

body {
  content: "b";
}

body {
  content: "c";
}

body {
  content: "d";
}

body {
  content: "e1";
}

body {
  content: "e2";
}

body {
  content: "f";
}

body {
  content: "g";
}

body {
  content: "h";
}