1.0.0-beta8

This commit is contained in:
Cory LaViska
2017-08-04 18:09:04 -04:00
parent f7e8abd9bf
commit 5f0c3b59a0
4 changed files with 14 additions and 12 deletions

12
dist/shoelace.css vendored

File diff suppressed because one or more lines are too long

View File

@@ -31,7 +31,7 @@
<p>
Shoelace is highly customizable through CSS variables. It doesnt require Less, Sass, or any
preprocessing at all. The minified version is only
<span data-minifiedSize>32.1KB</span> and much smaller when gzipped.
<span data-minifiedSize>35.3KB</span> and much smaller when gzipped.
</p>
<p>
Just link to <code>shoelace.css</code> and add customizations to your stylesheet.
@@ -60,7 +60,7 @@
<a href="https://paypal.me/claviska" class="button button-success" style="margin-bottom: 1.2rem;">Donate</a>
</p>
<p class="text-small text-muted text-center">
Version <span data-version>1.0.0-beta7</span>
Version <span data-version>1.0.0-beta8</span>
</p>
<!--********************************************************************************************
@@ -112,8 +112,8 @@
at <a href="https://www.keycdn.com/">KeyCDN</a>.
</p>
<pre>
&lt;link rel=&quot;preload&quot; href=&quot;https://cdn.shoelace.style/<span data-version>1.0.0-beta7</span>/shoelace.css&quot; as=&quot;style&quot; crossorigin&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.shoelace.style/<span data-version>1.0.0-beta7</span>/shoelace.css&quot;&gt;
&lt;link rel=&quot;preload&quot; href=&quot;https://cdn.shoelace.style/<span data-version>1.0.0-beta8</span>/shoelace.css&quot; as=&quot;style&quot; crossorigin&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.shoelace.style/<span data-version>1.0.0-beta8</span>/shoelace.css&quot;&gt;
</pre>
<p>
Note that the first <code>&lt;link&gt;</code> is optional but can improve performance in
@@ -1681,7 +1681,7 @@ Example: &lt;div class=&quot;padding-left-medium margin-bottom-none&quot;&gt;
<img src="source/img/wordmark.svg" alt="Shoelace logo">
</p>
<p class="text-small text-muted">
Shoelace.css <span data-version>1.0.0-beta7</span> &middot;
Shoelace.css <span data-version>1.0.0-beta8</span> &middot;
&copy; A Beautiful Site, LLC
</p>
<p class="text-small text-muted">

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "shoelace-css",
"version": "1.0.0-beta5",
"version": "1.0.0-beta8",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -1,7 +1,7 @@
{
"name": "shoelace-css",
"description": "A back to the basics CSS starter kit.",
"version": "1.0.0-beta7",
"version": "1.0.0-beta8",
"author": "Cory LaViska",
"homepage": "https://shoelace.style/",
"license": "MIT",