generated from rehhouari/rapide
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwindi.css
57 lines (57 loc) · 1.09 KB
/
windi.css
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
[content~="no"] {
content: "no";
}
[content~="#ffffff"] {
content: "#ffffff";
}
[content~="/images/icons/icon-144x144.png"] {
content: "/images/icons/icon-144x144.png";
}
[content~="{app_name}"] {
content: "{app_name}";
}
[content~="default"] {
content: "";
}
[content~="yes"] {
content: "yes";
}
[content~="{social_description}"] {
content: "{social_description}";
}
[content~="{social_site_name}"] {
content: "{social_site_name}";
}
[content~="{social_url}"] {
content: "{social_url}";
}
[content~="{social_title}"] {
content: "{social_title}";
}
[content~="/images/social-image.png"] {
content: "/images/social-image.png";
}
[content~="{social_username}"] {
content: "{social_username}";
}
[content~="summary"] {
content: "summary";
}
[content~="Rapide"] {
content: "Rapide";
}
[content~="{author}"] {
content: "{author}";
}
[content~="{description}"] {
content: "{description}";
}
[content~="width=device-width, "] {
content: "width=device-width,";
}
[content~="initial-scale=1"] {
content: "initial-scale=1";
}
[content~="IE=edge, chrome=1"] {
content: "IE=edge,chrome=1";
}