bump to 1.5.3

This commit is contained in:
rhyneav 2018-09-08 07:37:35 -04:00
parent 2726db6c95
commit 71425dad39

View file

@ -6,18 +6,18 @@ weight: -270
#### Download
Download the latest version (1.5.2) using either of the links below. Or
Download the latest version (1.5.3) 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.5.2/paper.css">CSS File</a>
<a class="paper-btn margin" href="https://github.com/rhyneav/papercss/releases/download/v1.5.2/paper.min.css">Minified CSS File</a>
<a class="paper-btn margin" href="https://github.com/rhyneav/papercss/releases/download/v1.5.3/paper.css">CSS File</a>
<a class="paper-btn margin" href="https://github.com/rhyneav/papercss/releases/download/v1.5.3/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.5.2. Install with <code>npm install papercss --save</code> and find the CSS in:
PaperCSS is available on NPM, current version 1.5.3. 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
@ -27,8 +27,8 @@ PaperCSS is available on NPM, current version 1.5.2. 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.5.2/dist/paper.css](https://unpkg.com/papercss@1.5.2/dist/paper.css)
* [https://unpkg.com/papercss@1.5.2/dist/paper.min.css](https://unpkg.com/papercss@1.5.2/dist/paper.min.css)
* [https://unpkg.com/papercss@1.5.3/dist/paper.css](https://unpkg.com/papercss@1.5.3/dist/paper.css)
* [https://unpkg.com/papercss@1.5.3/dist/paper.min.css](https://unpkg.com/papercss@1.5.3/dist/paper.min.css)
Here's a quck snippet to get started with PaperCSS:
@ -39,7 +39,7 @@ Here's a quck 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.5.2/dist/paper.min.css">
<link rel="stylesheet" href="https://unpkg.com/papercss@1.5.3/dist/paper.min.css">
<title>Document</title>
</head>
<body>