-
Notifications
You must be signed in to change notification settings - Fork 2
/
community.html
152 lines (138 loc) · 4.46 KB
/
community.html
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CSS Tokenizer Tests</title>
<style>
body {
margin: 0 auto;
max-width: 900px;
padding: 16px;
width: 100%;
}
table {
width: 100%;
border-collapse: collapse;
border-spacing: 0;
}
h2 {
margin-top: 48px;
}
td, th {
padding: 16px;
}
td + td, th + th {
border-left: 1px solid rgb(0, 0, 0, 0.2);
}
thead tr,
tr:not(:last-child) {
border-bottom: 1px solid rgb(0, 0, 0, 0.2);
}
</style>
</head>
<body>
<h1>CSS Tokenizer tests</h1>
<ul>
<li><a href="./index.html">index.html</a></li>
<li><a href="./index-minimal.html">index-minimal.html</a></li>
<li><a href="./community.html">community.html</a></li>
</ul>
<section>
<h2>Summary</h2>
<div style="margin-bottom: 64px;">
<table>
<thead>
<tr>
<th>@csstools/css-tokenizer</th>
<th>@csstools/tokenizer</th>
<th>css-tree</th>
<th>csslex</th>
<th>parse-css</th>
<th>@adguard/css-tokenizer</th>
<th>@cdoublev/css</th>
</tr>
</thead>
<tbody>
<tr style="text-align: center;"><td>2090094 / 2090094</td><td>2064366 / 2090094</td><td>2090094 / 2090094</td><td>2090094 / 2090094</td><td>1884643 / 2090094</td><td>427248 / 2090094</td><td>2081389 / 2090094</td></tr>
</tbody>
</table>
</div>
<table>
<thead>
<tr>
<th>path</th>
<th>@csstools/css-tokenizer</th>
<th>@csstools/tokenizer</th>
<th>css-tree</th>
<th>csslex</th>
<th>parse-css</th>
<th>@adguard/css-tokenizer</th>
<th>@cdoublev/css</th>
</tr>
</thead>
<tbody>
<tr><td><a href="#bootstrap">bootstrap</a></td><td>185938 / 185938</td><td>182596 / 185938</td><td>185938 / 185938</td><td>185938 / 185938</td><td>174796 / 185938</td><td>185938 / 185938</td><td>184522 / 185938</td></tr><tr><td><a href="#openprops">openprops</a></td><td>12454 / 12454</td><td>12035 / 12454</td><td>12454 / 12454</td><td>12454 / 12454</td><td>11130 / 12454</td><td>12454 / 12454</td><td>12090 / 12454</td></tr><tr><td><a href="#tailwindcss">tailwindcss</a></td><td>1891702 / 1891702</td><td>1869735 / 1891702</td><td>1891702 / 1891702</td><td>1891702 / 1891702</td><td>1698717 / 1891702</td><td>228856 / 1891702</td><td>1884777 / 1891702</td></tr>
</tbody>
</table>
</section><section id="bootstrap">
<h2>bootstrap</h2>
<table>
<thead>
<tr>
<th>path</th>
<th>@csstools/css-tokenizer</th>
<th>@csstools/tokenizer</th>
<th>css-tree</th>
<th>csslex</th>
<th>parse-css</th>
<th>@adguard/css-tokenizer</th>
<th>@cdoublev/css</th>
</tr>
</thead>
<tbody>
<tr><td><a href="https://github.com/romainmenke/css-tokenizer-tests/blob/main/tests/bootstrap/default" target="_blank">bootstrap/default</a></td><td>111762 / 111762</td><td>110091 / 111762</td><td>111762 / 111762</td><td>111762 / 111762</td><td>102006 / 111762</td><td>111762 / 111762</td><td>111054 / 111762</td></tr><tr><td><a href="https://github.com/romainmenke/css-tokenizer-tests/blob/main/tests/bootstrap/min" target="_blank">bootstrap/min</a></td><td>74176 / 74176</td><td>72505 / 74176</td><td>74176 / 74176</td><td>74176 / 74176</td><td>72790 / 74176</td><td>74176 / 74176</td><td>73468 / 74176</td></tr>
</tbody>
</table>
</section><section id="openprops">
<h2>openprops</h2>
<table>
<thead>
<tr>
<th>path</th>
<th>@csstools/css-tokenizer</th>
<th>@csstools/tokenizer</th>
<th>css-tree</th>
<th>csslex</th>
<th>parse-css</th>
<th>@adguard/css-tokenizer</th>
<th>@cdoublev/css</th>
</tr>
</thead>
<tbody>
<tr><td><a href="https://github.com/romainmenke/css-tokenizer-tests/blob/main/tests/openprops/default" target="_blank">openprops/default</a></td><td>12454 / 12454</td><td>12035 / 12454</td><td>12454 / 12454</td><td>12454 / 12454</td><td>11130 / 12454</td><td>12454 / 12454</td><td>12090 / 12454</td></tr>
</tbody>
</table>
</section><section id="tailwindcss">
<h2>tailwindcss</h2>
<table>
<thead>
<tr>
<th>path</th>
<th>@csstools/css-tokenizer</th>
<th>@csstools/tokenizer</th>
<th>css-tree</th>
<th>csslex</th>
<th>parse-css</th>
<th>@adguard/css-tokenizer</th>
<th>@cdoublev/css</th>
</tr>
</thead>
<tbody>
<tr><td><a href="https://github.com/romainmenke/css-tokenizer-tests/blob/main/tests/tailwindcss/default" target="_blank">tailwindcss/default</a></td><td>1891702 / 1891702</td><td>1869735 / 1891702</td><td>1891702 / 1891702</td><td>1891702 / 1891702</td><td>1698717 / 1891702</td><td>228856 / 1891702</td><td>1884777 / 1891702</td></tr>
</tbody>
</table>
</section>
</body>
</html>