Skip to content

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ungoldman committed Dec 27, 2014
1 parent ece6e0e commit 312a363
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 11 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# style changelog

## v0.1.2
* fix links in package.json

## v0.1.1
* use proper normalize.css
* tweak figure, figure > img
Expand Down
6 changes: 3 additions & 3 deletions guide.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>style guide</title>
<title>style.css | guide</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<header>
<a class="site-title" href="./">style</a>
<a class="site-title" href="./">style.css</a>
<a class="site-link current" href="./guide.html">guide</a>
</header>
<main>
Expand Down Expand Up @@ -43,7 +43,7 @@ <h1>Article Title</h1>
</article>
</main>
<footer>
<p><a href="https://github.com/ngoldman/style">view on github</a></p>
<p><a href="https://github.com/ngoldman/style.css/">view on github</a></p>
<p></p>
</footer>
</body>
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>style</title>
<title>style.css</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<header>
<a class="site-title current" href="./">style</a>
<a class="site-title current" href="./">style.css</a>
<a class="site-link" href="./guide.html">guide</a>
</header>
<main>
Expand All @@ -18,7 +18,7 @@
</figure>
</main>
<footer>
<p><a href="https://github.com/ngoldman/style">view on github</a></p>
<p><a href="https://github.com/ngoldman/style.css/">view on github</a></p>
<p></p>
</footer>
</body>
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "style.css",
"version": "0.1.1",
"version": "0.1.2",
"description": "one style is all that is needed",
"scripts": {
"serve": "node serve.js",
Expand All @@ -9,7 +9,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/ngoldman/style.git"
"url": "https://github.com/ngoldman/style.css.git"
},
"keywords": [
"style",
Expand All @@ -20,9 +20,9 @@
"author": "Nate Goldman <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/ngoldman/style/issues"
"url": "https://github.com/ngoldman/style.css/issues"
},
"homepage": "https://github.com/ngoldman/style",
"homepage": "https://github.com/ngoldman/style.css",
"devDependencies": {
"clean-css": "^3.0.1",
"node-sass": "^2.0.0-beta",
Expand Down
2 changes: 1 addition & 1 deletion style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 312a363

Please sign in to comment.