1.0.0-beta7

This commit is contained in:
Cory LaViska
2017-08-02 11:48:03 -04:00
parent 62de7914ad
commit 8d6724b303
3 changed files with 8 additions and 8 deletions

4
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.0KB</span> and much smaller when gzipped.
<span data-minifiedSize>32.1KB</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-beta6</span>
Version <span data-version>1.0.0-beta7</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-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;
&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;
</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-beta6</span> &middot;
Shoelace.css <span data-version>1.0.0-beta7</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-beta6",
"version": "1.0.0-beta7",
"author": "Cory LaViska",
"homepage": "https://shoelace.style/",
"license": "MIT",