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
89 lines (89 loc) · 1.45 KB
/
looping.css
File metadata and controls
89 lines (89 loc) · 1.45 KB
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
/* line 2, inputs/looping.scss */
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;
color: red; }
/* line 32, inputs/looping.scss */
div h1 {
font-size: 2em; }
/* line 32, inputs/looping.scss */
div h2 {
font-size: 1.5em; }
/* line 32, inputs/looping.scss */
div h3 {
font-size: 1.2em; }
/* line 42, inputs/looping.scss */
span {
color: 0;
color: 1;
color: 2;
color: 3;
color: 4;
color: 5;
color: 6;
color: 7;
color: 8;
color: 9;
color: 10; }
/* line 50, inputs/looping.scss */
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; }
/* line 85, inputs/looping.scss */
div {
a: false;
b: true;
c: true;
c: true; }
/* line 92, inputs/looping.scss */
body.each {
color: 1;
background-color: 2;
color: 3;
background-color: 4;
color: 5; }
/* line 112, inputs/looping.scss */
body.for {
color: 1;
background-color: 2;
color: 3;
background-color: 4;
color: 5; }
/* line 132, inputs/looping.scss */
body.while {
color: 1;
background-color: 2;
color: 3;
background-color: 4;
color: 5; }