Skip to content
This repository was archived by the owner on Feb 14, 2020. It is now read-only.

Commit 65da77f

Browse files
committed
Version 1.0.0
1 parent 787099c commit 65da77f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Opinionated, classless styles for semantic HTML.
88
<!DOCTYPE html>
99
<meta charset="utf-8">
1010
<meta name="viewport" content="width=device-width, initial-scale=1.0">
11-
<link rel="stylesheet" href="//writ.cmcenroe.me/0.2.2/writ.min.css">
11+
<link rel="stylesheet" href="//writ.cmcenroe.me/1.0.0/writ.min.css">
1212
```
1313

1414
Writ is served through the CloudFlare CDN.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h2 id="usage">Usage</h2>
2525
<pre><code class="lang-html">&lt;!DOCTYPE html&gt;
2626
&lt;meta charset=&quot;utf-8&quot;&gt;
2727
&lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
28-
&lt;link rel=&quot;stylesheet&quot; href=&quot;//writ.cmcenroe.me/0.2.2/writ.min.css&quot;&gt;
28+
&lt;link rel=&quot;stylesheet&quot; href=&quot;//writ.cmcenroe.me/1.0.0/writ.min.css&quot;&gt;
2929
</code></pre>
3030
<p>Writ is served through the CloudFlare CDN.</p>
3131
<h2 id="goals">Goals</h2>

writ.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Writ v0.2.2
2+
* Writ v1.0.0
33
*
44
* Copyright © 2015, Curtis McEnroe <[email protected]>
55
*

writ.min.css

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

0 commit comments

Comments
 (0)