Skip to content

Commit 18d9d0d

Browse files
committed
deploy: 2657d5e
0 parents  commit 18d9d0d

11 files changed

+15565
-0
lines changed

.nojekyll

Whitespace-only changes.

csstree.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

favicon.png

34.3 KB
Loading

index.html

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
<!doctype html>
2+
3+
<html>
4+
<link rel="icon" type="image/png" href="favicon.png">
5+
<style>
6+
body {
7+
font: 15px Arial;
8+
}
9+
h1 {
10+
text-align: center;
11+
}
12+
ul {
13+
list-style: none;
14+
margin: 0;
15+
padding: 0;
16+
text-align: center;
17+
}
18+
li {
19+
display: inline-block;
20+
text-align: center;
21+
}
22+
a {
23+
display: block;
24+
padding: 10px;
25+
color: #38F;
26+
}
27+
a:hover {
28+
background: #EEE;
29+
}
30+
li img {
31+
display: inline-block;
32+
width: 450px;
33+
height: 343px;
34+
}
35+
</style>
36+
<body>
37+
<h1>CSSTree docs &amp; tools</h1>
38+
<ul>
39+
<li><a href="syntax/"><img src="https://cloud.githubusercontent.com/assets/270491/22908738/3120554a-f261-11e6-80bf-ee347a0d04e7.png" alt="CSS syntax reference"><br>CSS syntax reference</a></li>
40+
<li><a href="validator.html"><img src="https://cloud.githubusercontent.com/assets/270491/22908739/32d137f6-f261-11e6-8bff-7207460510ee.png" alt="CSS syntax validator"><br>CSS syntax validator</a></li>
41+
</ul>
42+
43+
<script>
44+
if (/^csstree.github.io$/i.test(location.host)) {
45+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
46+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
47+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
48+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
49+
50+
ga('create', 'UA-84136412-1', 'auto');
51+
ga('send', 'pageview');
52+
}
53+
</script>
54+
</body>
55+
</html>

syntax.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<meta http-equiv="refresh" content="0;url=syntax/" />

syntax/data.json

Lines changed: 13432 additions & 0 deletions
Large diffs are not rendered by default.

syntax/favicon.png

34.3 KB
Loading

syntax/index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!doctype html>
2+
<head>
3+
<title>CSS syntax reference (mdn/data & CSSTree)</title>
4+
<meta name="viewport">
5+
<meta name="format-detection" content="telephone=no">
6+
<link rel="icon" type="image/png" href="favicon.png">
7+
<link rel="stylesheet" href="model.css">
8+
</head>
9+
<body>
10+
<script type="module" src="model.js"></script>
11+
</body>

syntax/model.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

syntax/model.js

Lines changed: 1649 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)