This commit is contained in:
Rhyne Vlaservich 2021-12-25 14:36:47 -05:00
parent a221d153f4
commit b00e953314
3 changed files with 9 additions and 9 deletions

View File

@ -6,18 +6,18 @@ weight: -270
#### Download
Download the latest version (1.8.2) using either of the links below. Or
Download the latest version (1.8.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.8.2/paper.css">CSS File</a>
<a class="paper-btn margin" href="https://github.com/rhyneav/papercss/releases/download/v1.8.2/paper.min.css">Minified CSS File</a>
<a class="paper-btn margin" href="https://github.com/rhyneav/papercss/releases/download/v1.8.3/paper.css">CSS File</a>
<a class="paper-btn margin" href="https://github.com/rhyneav/papercss/releases/download/v1.8.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.8.2. Install with <code>npm install papercss --save</code> and find the CSS in:
PaperCSS is available on NPM, current version 1.8.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.8.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.8.2/dist/paper.css](https://unpkg.com/papercss@1.8.2/dist/paper.css)
* [https://unpkg.com/papercss@1.8.2/dist/paper.min.css](https://unpkg.com/papercss@1.8.2/dist/paper.min.css)
* [https://unpkg.com/papercss@1.8.3/dist/paper.css](https://unpkg.com/papercss@1.8.3/dist/paper.css)
* [https://unpkg.com/papercss@1.8.3/dist/paper.min.css](https://unpkg.com/papercss@1.8.3/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.2/dist/paper.min.css">
<link rel="stylesheet" href="https://unpkg.com/papercss@1.8.3/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.2",
"version": "1.8.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

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