Skip to content

Commit

Permalink
Add version 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyneav committed Aug 1, 2020
1 parent 4f7f6e8 commit 58ca84a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions docs/content/_index.md
Expand Up @@ -6,18 +6,18 @@ weight: -270

#### Download

Download the latest version (1.6.1) using either of the links below. Or
Download the latest version (1.7.0) using either of the links below. Or
download an older release via GitHub.

<div class="row flex-spaces text-center">
<a class="paper-btn margin" href="https://github.com/rhyneav/papercss/releases/download/v1.6.1/paper.css">CSS File</a>
<a class="paper-btn margin" href="https://github.com/rhyneav/papercss/releases/download/v1.6.1/paper.min.css">Minified CSS File</a>
<a class="paper-btn margin" href="https://github.com/rhyneav/papercss/releases/download/v1.7.0/paper.css">CSS File</a>
<a class="paper-btn margin" href="https://github.com/rhyneav/papercss/releases/download/v1.7.0/paper.min.css">Minified CSS File</a>
<a class="paper-btn margin" href="https://github.com/rhyneav/papercss/releases">GitHub Releases</a>
</div>

#### NPM

PaperCSS is available on NPM, current version 1.6.1. Install with <code>npm install papercss --save</code> and find the CSS in:
PaperCSS is available on NPM, current version 1.7.0. Install with <code>npm install papercss --save</code> and find the CSS in:

* node_modules/papercss/dist/paper.css
* node_modules/papercss/dist/paper.min.css
Expand All @@ -27,8 +27,8 @@ PaperCSS is available on NPM, current version 1.6.1. Install with <code>npm inst
Don't want to download it? That's cool. You can just link to PaperCSS via
[unpkg's CDN](https://unpkg.com/#/). You can use either:

* [https://unpkg.com/papercss@1.6.1/dist/paper.css](https://unpkg.com/papercss@1.6.1/dist/paper.css)
* [https://unpkg.com/papercss@1.6.1/dist/paper.min.css](https://unpkg.com/papercss@1.6.1/dist/paper.min.css)
* [https://unpkg.com/papercss@1.7.0/dist/paper.css](https://unpkg.com/papercss@1.7.0/dist/paper.css)
* [https://unpkg.com/papercss@1.7.0/dist/paper.min.css](https://unpkg.com/papercss@1.7.0/dist/paper.min.css)

Here's a quick snippet to get started with PaperCSS:

Expand All @@ -39,7 +39,7 @@ Here's a quick snippet to get started with PaperCSS:
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="https://unpkg.com/papercss@1.6.1/dist/paper.min.css">
<link rel="stylesheet" href="https://unpkg.com/papercss@1.7.0/dist/paper.min.css">
<title>Document</title>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "papercss",
"version": "1.6.1",
"version": "1.7.0",
"description": "The less formal CSS framework.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 58ca84a

Please sign in to comment.