1.0.0-beta6

This commit is contained in:
Cory LaViska
2017-08-01 16:44:46 -04:00
parent 71f10efb05
commit bc2d2da6cd
3 changed files with 9 additions and 9 deletions

6
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>31.4KB</span> and much smaller when gzipped.
<span data-minifiedSize>32.0KB</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-beta5</span>
Version <span data-version>1.0.0-beta6</span>
</p>
<!--********************************************************************************************
@@ -111,8 +111,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-beta5</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-beta5</span>/shoelace.css&quot;&gt;
&lt;link rel=&quot;preload&quot; href=&quot;https://cdn.shoelace.style/<span data-version>1.0.0-beta6</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-beta6</span>/shoelace.css&quot;&gt;
</pre>
<p>
Note that the first <code>&lt;link&gt;</code> is optional but can improve performance in
@@ -1535,7 +1535,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-beta5</span> &middot;
Shoelace.css <span data-version>1.0.0-beta6</span> &middot;
&copy; A Beautiful Site, LLC
</p>
<p class="text-small text-muted">

View File

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