forked from leafo/scssphp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinterpolation.css
More file actions
73 lines (72 loc) · 1.71 KB
/
interpolation.css
File metadata and controls
73 lines (72 loc) · 1.71 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
/* line 2, inputs/interpolation.scss */
div {
color: redwhite blue;
color: red white blue;
color: red whiteblue;
color: redwhiteblue;
color: ummyeahwhat;
color: stacked;
font-size: 10px/something;
font-size: 10px / something;
test: "whatworldwrong";
test: "whatworldwrong";
test: "whatworldwrong";
test: "what"world"wrong";
hi: "what is 16 end"; }
/* line 24, inputs/interpolation.scss */
/* line 27, inputs/interpolation.scss */
pre var {
color: red; }
/* line 31, inputs/interpolation.scss */
pre var dad {
color: red; }
/* line 35, inputs/interpolation.scss */
pre bedvardad {
color: red; }
/* line 40, inputs/interpolation.scss */
/* line 42, inputs/interpolation.scss */
cool .thing-1 {
color: red; }
/* line 42, inputs/interpolation.scss */
cool .thing-2 {
color: red; }
/* line 42, inputs/interpolation.scss */
cool .thing-3 {
color: red; }
/* line 42, inputs/interpolation.scss */
cool .thing-4 {
color: red; }
/* line 42, inputs/interpolation.scss */
cool .thing-5 {
color: red; }
/* line 48, inputs/interpolation.scss */
abcde {
color: red; }
/* line 52, inputs/interpolation.scss */
#hello, .world {
color: red; }
/* line 56, inputs/interpolation.scss */
#abchelloyeah, .coolworldyes {
color: red; }
/* line 62, inputs/interpolation.scss */
div.element:nth-child(2n) {
display: none; }
/* line 69, inputs/interpolation.scss */
div {
hello: world;
coolhello: world;
helloone: world;
twohelloone: world;
oneabtwo: cool;
hello-world: red;
hello-mold: white;
hello-hello: blue; }
/* line 86, inputs/interpolation.scss */
body {
color: 3; }
/* line 91, inputs/interpolation.scss */
foo, x, y {
color: #abc; }
/* line 97, inputs/interpolation.scss */
div {
prop: a, b; }