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

Commit 8fd83e8

Browse files
committed
Version 1.0.2
1 parent 8eb2eb5 commit 8fd83e8

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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/1.0.1/writ.min.css">
11+
<link rel="stylesheet" href="//writ.cmcenroe.me/1.0.2/writ.min.css">
1212
```
1313

1414
[Full template][template]

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/1.0.1/writ.min.css&quot;&gt;
28+
&lt;link rel=&quot;stylesheet&quot; href=&quot;//writ.cmcenroe.me/1.0.2/writ.min.css&quot;&gt;
2929
</code></pre>
3030
<p><a href="template.html">Full template</a></p>
3131
<p>Writ is served through the CloudFlare CDN.</p>

template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7-
<link rel="stylesheet" href="//writ.cmcenroe.me/1.0.1/writ.min.css">
7+
<link rel="stylesheet" href="//writ.cmcenroe.me/1.0.2/writ.min.css">
88

99
<header>
1010
<h1>Title</h1>

writ.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Writ v1.0.1
2+
* Writ v1.0.2
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)