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
54 lines (47 loc) · 929 Bytes
/
interpolation.css
File metadata and controls
54 lines (47 loc) · 929 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
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"; }
pre var {
color: red; }
pre var dad {
color: red; }
pre bedvardad {
color: red; }
cool .thing-1 {
color: red; }
cool .thing-2 {
color: red; }
cool .thing-3 {
color: red; }
cool .thing-4 {
color: red; }
cool .thing-5 {
color: red; }
abcde {
color: red; }
#hello, .world {
color: red; }
#abchelloyeah, .coolworldyes {
color: red; }
div.element:nth-child(2n) {
display: none; }
div {
hello: world;
coolhello: world;
helloone: world;
twohelloone: world;
oneabtwo: cool;
hello-world: red;
hello-mold: white;
hello-hello: blue; }