Update for version 1.3

This commit is contained in:
rhyneav 2017-12-15 09:14:06 -05:00
parent 9dedd265ba
commit c1b0847d48
3 changed files with 2648 additions and 3607 deletions

View file

@ -23,7 +23,7 @@
There are several options available: There are several options available:
- You can download the latest release. - You can [download the latest release](https://github.com/papercss/papercss/releases).
- Clone the repo: `git clone https://github.com/papercss/papercss.git` - Clone the repo: `git clone https://github.com/papercss/papercss.git`
- Install with npm: `npm install papercss` - Install with npm: `npm install papercss`
- Install with yarn: `yarn install papercss` - Install with yarn: `yarn install papercss`

View file

@ -361,12 +361,12 @@
<input type="text" placeholder="Disabled" id="paperInputs4" disabled> <input type="text" placeholder="Disabled" id="paperInputs4" disabled>
</div> </div>
<div class="form-group"> <div class="form-group">
<label>Large Input</label> <label>Large Input</label>
<textarea placeholder="Large input"> </textarea> <textarea placeholder="Large input"> </textarea>
</div> </div>
<div class="form-group"> <div class="form-group">
<label>No Resize</label> <label>No Resize</label>
<textarea class="no-resize" placeholder="No resize"> </textarea> <textarea class="no-resize" placeholder="No resize"> </textarea>
</div> </div>
<div class="form-group"> <div class="form-group">
<label for="paperSelects1">Select</label> <label for="paperSelects1">Select</label>
@ -1264,14 +1264,14 @@
<div class="section"> <div class="section">
<h2 id="download">Download and Link</h2> <h2 id="download">Download and Link</h2>
<h4>Download</h4> <h4>Download</h4>
<p>Download the latest version (1.2.0) using either of the links below. Or download an older release via Github.</p> <p>Download the latest version (1.3.0) using either of the links below. Or download an older release via Github.</p>
<div class="row flex-spaces text-center"> <div class="row flex-spaces text-center">
<a class="paper-btn margin" href="https://github.com/rhyneav/papercss/releases/download/v1.2.0/paper.css">CSS File</a> <a class="paper-btn margin" href="https://github.com/papercss/papercss/releases/download/v1.3.0/paper.css">CSS File</a>
<a class="paper-btn margin" href="https://github.com/rhyneav/papercss/releases/download/v1.2.0/paper.min.css">Minified CSS File</a> <a class="paper-btn margin" href="https://github.com/papercss/papercss/releases/download/v1.3.0/paper.min.css">Minified CSS File</a>
<a class="paper-btn margin" href="https://github.com/rhyneav/papercss/releases">Github Releases</a> <a class="paper-btn margin" href="https://github.com/papercss/papercss/releases">Github Releases</a>
</div> </div>
<h4>NPM</h4> <h4>NPM</h4>
<p>PaperCSS is now available on NPM as of version 1.2.0. Install with <code>npm install papercss --save</code> and find the CSS in:</p> <p>PaperCSS is now available on NPM as of version 1.3.0. Install with <code>npm install papercss --save</code> and find the CSS in:</p>
<ul> <ul>
<li>node_modules/papercss/dist/paper.css</li> <li>node_modules/papercss/dist/paper.css</li>
<li>node_modules/papercss/dist/paper.min.css</li> <li>node_modules/papercss/dist/paper.min.css</li>
@ -1279,8 +1279,8 @@
<h4>CDN</h4> <h4>CDN</h4>
<p>Don't want to download it? That's cool. You can just link to PaperCSS via <a href="https://unpkg.com/#/">unpkg's CDN</a>. You can use either:</p> <p>Don't want to download it? That's cool. You can just link to PaperCSS via <a href="https://unpkg.com/#/">unpkg's CDN</a>. You can use either:</p>
<ul> <ul>
<li><a href="https://unpkg.com/papercss@1.2.0/dist/paper.css">https://unpkg.com/papercss@1.2.0/dist/paper.css</a></li> <li><a href="https://unpkg.com/papercss@1.3.0/dist/paper.css">https://unpkg.com/papercss@1.3.0/dist/paper.css</a></li>
<li><a href="https://unpkg.com/papercss@1.2.0/dist/paper.min.css">https://unpkg.com/papercss@1.2.0/dist/paper.min.css</a></li> <li><a href="https://unpkg.com/papercss@1.3.0/dist/paper.min.css">https://unpkg.com/papercss@1.3.0/dist/paper.min.css</a></li>
</ul> </ul>
<p>Here's a quck snippet to get started with PaperCSS:</p> <p>Here's a quck snippet to get started with PaperCSS:</p>
<div class="docs"> <div class="docs">
@ -1290,7 +1290,7 @@
&lt;meta charset=&quot;UTF-8&quot;&gt; &lt;meta charset=&quot;UTF-8&quot;&gt;
&lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt; &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
&lt;meta http-equiv=&quot;X-UA-Compatible&quot; content=&quot;ie=edge&quot;&gt; &lt;meta http-equiv=&quot;X-UA-Compatible&quot; content=&quot;ie=edge&quot;&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;https://unpkg.com/papercss@1.2.0/dist/paper.min.css&quot;&gt; &lt;link rel=&quot;stylesheet&quot; href=&quot;https://unpkg.com/papercss@1.3.0/dist/paper.min.css&quot;&gt;
&lt;title&gt;Document&lt;/title&gt; &lt;title&gt;Document&lt;/title&gt;
&lt;/head&gt; &lt;/head&gt;
&lt;body&gt; &lt;body&gt;

6229
package-lock.json generated

File diff suppressed because it is too large Load diff