This commit is contained in:
Rhyne Vlaservich 2020-10-07 08:57:43 -04:00
parent 60c7dc93df
commit af918f0313
3 changed files with 9 additions and 9 deletions

View file

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

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "papercss",
"version": "1.8.0",
"version": "1.8.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

@ -1,6 +1,6 @@
{
"name": "papercss",
"version": "1.8.0",
"version": "1.8.1",
"description": "The less formal CSS framework.",
"main": "dist/paper.css",
"scripts": {