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
82 lines (67 loc) · 1.34 KB
/
interpolation.css
File metadata and controls
82 lines (67 loc) · 1.34 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
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; }
body {
color: 3; }
foo, x, y {
color: #abc; }
div {
prop: a, b; }
a.badge {
text-decoration: none; }
.btn-primary {
background: yellow; }
.btn-primary:not(.disabled) {
border-color: red; }
.btn-primary:not(.disabled):focus {
border-width: 3px; }
.pagination .page-item:first-child .page-link {
border-radius: 5px; }
.element {
border: 2px solid #000; }
div > p > strong, div > h1 > strong {
color: red; }