forked from leafo/scssphp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlooping.css
More file actions
57 lines (55 loc) · 794 Bytes
/
looping.css
File metadata and controls
57 lines (55 loc) · 794 Bytes
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
div {
color: what;
color: is;
color: this;
font: what;
font: is;
font: this;
background: what;
background: is;
background: this;
border: what;
border: is;
border: this;
background: what what;
background: is is;
background: this this;
background: what what;
background: is is;
background: this this; }
div h1 {
font-size: 2em; }
div h2 {
font-size: 1.5em; }
div h3 {
font-size: 1.2em; }
span {
color: 0;
color: 1;
color: 2;
color: 3;
color: 4;
color: 5;
color: 6;
color: 7;
color: 8;
color: 9;
color: 10; }
pre {
color: 1;
color: 2;
color: 3;
color: 4;
height: 1;
height: 2;
height: 3;
height: 4;
height: 5;
cool: 10;
cool: 9;
cool: 8;
cool: 7;
cool: 6;
cool: 5;
cool: 4;
cool: 3; }