mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
1.0.0-beta8
This commit is contained in:
12
dist/shoelace.css
vendored
12
dist/shoelace.css
vendored
File diff suppressed because one or more lines are too long
10
index.html
10
index.html
@@ -31,7 +31,7 @@
|
||||
<p>
|
||||
Shoelace is highly customizable through CSS variables. It doesn’t 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>
|
||||
<link rel="preload" href="https://cdn.shoelace.style/<span data-version>1.0.0-beta7</span>/shoelace.css" as="style" crossorigin>
|
||||
<link rel="stylesheet" href="https://cdn.shoelace.style/<span data-version>1.0.0-beta7</span>/shoelace.css">
|
||||
<link rel="preload" href="https://cdn.shoelace.style/<span data-version>1.0.0-beta8</span>/shoelace.css" as="style" crossorigin>
|
||||
<link rel="stylesheet" href="https://cdn.shoelace.style/<span data-version>1.0.0-beta8</span>/shoelace.css">
|
||||
</pre>
|
||||
<p>
|
||||
Note that the first <code><link></code> is optional but can improve performance in
|
||||
@@ -1681,7 +1681,7 @@ Example: <div class="padding-left-medium margin-bottom-none">
|
||||
<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> ·
|
||||
Shoelace.css <span data-version>1.0.0-beta8</span> ·
|
||||
© A Beautiful Site, LLC
|
||||
</p>
|
||||
<p class="text-small text-muted">
|
||||
|
||||
2
package-lock.json
generated
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "shoelace-css",
|
||||
"version": "1.0.0-beta5",
|
||||
"version": "1.0.0-beta8",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user