-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathno-file.html
More file actions
executable file
·53 lines (52 loc) · 1.32 KB
/
no-file.html
File metadata and controls
executable file
·53 lines (52 loc) · 1.32 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
<html>
<head>
<title>
Class Reunion - CSS Viewer
</title>
</head>
<body>
<h1>
<a href="/class-reunion/">Class Reunion</a>
</h1>
<p>
Got a gigantic CSS file that has grown 'organically'?
</p>
<p>
Multiple developers each adding their own CSS classes?
</p>
<p>
Writing a new class for every style you need?
</p>
<p>
Make sure you haven't already written one with Class Reunion.
</p>
<p>
Enter the URL of your CSS file and you can browse the classes it contains.
</p>
<p>
<form action="#" method="post" name="css-url">
<input type="text" name="url" id="url" />
<input type="submit" name="submit" value="Show me!" />
</form>
</p>
<h2>
FAQ
</h2>
<p>
What do you do with my CSS files?
</p>
<ul>
<li>
Scrape it, parse the CSS into classes served to you. Background images are retrieved and stored locally in a cache that's purged every five minutes. No assets are stored on this server for more than five minutes / the session length.
</li>
</ul>
<p>
Why doesn't (x) display correctly?
</p>
<ul>
<li>
If you have a CSS file/class that breaks the script, then send over a URL or snippet to rich [at] linuxplicable [dot] org with details of how it breaks and what you'd expdect to happen, and I'll take a look.
</li>
</ul>
</body>
</html>