Skip to content

Commit

Permalink
1.0.0-beta22
Browse files Browse the repository at this point in the history
  • Loading branch information
claviska committed Aug 30, 2017
1 parent 75e4582 commit bfd0234
Show file tree
Hide file tree
Showing 23 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion dist/shoelace.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/shoelace.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/alerts.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ <h2 id="variations">Variations</h2>
</a>

<p class="text-small text-secondary">
1.0.0-beta21
1.0.0-beta22
</p>

<p class="mar-y-sm text-center">
Expand Down
2 changes: 1 addition & 1 deletion docs/attribution.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ <h2 id="attribution">Attribution</h2>
</a>

<p class="text-small text-secondary">
1.0.0-beta21
1.0.0-beta22
</p>

<p class="mar-y-sm text-center">
Expand Down
2 changes: 1 addition & 1 deletion docs/badges.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ <h3 id="badge-links">Badge Links</h3>
</a>

<p class="text-small text-secondary">
1.0.0-beta21
1.0.0-beta22
</p>

<p class="mar-y-sm text-center">
Expand Down
2 changes: 1 addition & 1 deletion docs/browser-support.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ <h2 id="browser-support">Browser Support</h2>
</a>

<p class="text-small text-secondary">
1.0.0-beta21
1.0.0-beta22
</p>

<p class="mar-y-sm text-center">
Expand Down
2 changes: 1 addition & 1 deletion docs/buttons.html
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ <h3 id="loader-buttons">Loader Buttons</h3>
</a>

<p class="text-small text-secondary">
1.0.0-beta21
1.0.0-beta22
</p>

<p class="mar-y-sm text-center">
Expand Down
2 changes: 1 addition & 1 deletion docs/content.html
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ <h3 id="preformatted-text-pre-">Preformatted Text <code>&lt;pre&gt;</code></h3>
</a>

<p class="text-small text-secondary">
1.0.0-beta21
1.0.0-beta22
</p>

<p class="mar-y-sm text-center">
Expand Down
2 changes: 1 addition & 1 deletion docs/customizing.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ <h3 id="creating-custom-components">Creating Custom Components</h3>
</a>

<p class="text-small text-secondary">
1.0.0-beta21
1.0.0-beta22
</p>

<p class="mar-y-sm text-center">
Expand Down
2 changes: 1 addition & 1 deletion docs/dropdowns.html
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ <h3 id="interactivity">Interactivity</h3>
</a>

<p class="text-small text-secondary">
1.0.0-beta21
1.0.0-beta22
</p>

<p class="mar-y-sm text-center">
Expand Down
2 changes: 1 addition & 1 deletion docs/file-buttons.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ <h3 id="variations">Variations</h3>
</a>

<p class="text-small text-secondary">
1.0.0-beta21
1.0.0-beta22
</p>

<p class="mar-y-sm text-center">
Expand Down
2 changes: 1 addition & 1 deletion docs/forms.html
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ <h3 id="validation">Validation</h3>
</a>

<p class="text-small text-secondary">
1.0.0-beta21
1.0.0-beta22
</p>

<p class="mar-y-sm text-center">
Expand Down
2 changes: 1 addition & 1 deletion docs/grid-system.html
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ <h3 id="nested-grids">Nested Grids</h3>
</a>

<p class="text-small text-secondary">
1.0.0-beta21
1.0.0-beta22
</p>

<p class="mar-y-sm text-center">
Expand Down
2 changes: 1 addition & 1 deletion docs/icons.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ <h3 id="font-awesome">Font Awesome</h3>
</a>

<p class="text-small text-secondary">
1.0.0-beta21
1.0.0-beta22
</p>

<p class="mar-y-sm text-center">
Expand Down
6 changes: 3 additions & 3 deletions docs/installing.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ <h2 id="installing">Installing</h2>
<p><strong>Note:</strong> To make certain components interactive (e.g. dropdowns and tabs), you’ll need to load <a href="https://cdnjs.com/libraries/jquery/">jQuery</a> or <a href="https://cdnjs.com/libraries/zepto/">Zepto</a> before <code>shoelace.js</code>.</p>
<h3 id="cdn">CDN</h3>
<p>This is the best approach for prototyping, however, this version isn’t customizable and doesn’t support future CSS features. To load Shoelace via CDN, add this to your <code>&lt;head&gt;</code>:</p>
<pre><code class="lang-html">&lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.shoelace.style/1.0.0-beta21/shoelace.css&quot;&gt;
<pre><code class="lang-html">&lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdn.shoelace.style/1.0.0-beta22/shoelace.css&quot;&gt;
</code></pre>
<p>And this before <code>&lt;/body&gt;</code> but after jQuery/Zepto:</p>
<pre><code class="lang-html">&lt;script src=&quot;https://cdn.shoelace.style/1.0.0-beta21/shoelace.js&quot;&gt;&lt;/script&gt;
<pre><code class="lang-html">&lt;script src=&quot;https://cdn.shoelace.style/1.0.0-beta22/shoelace.js&quot;&gt;&lt;/script&gt;
</code></pre>
<p>This service is provided free, courtesy of <a href="https://keycdn.com/">KeyCDN</a>.</p>
<h3 id="building-from-source">Building From Source</h3>
Expand All @@ -84,7 +84,7 @@ <h3 id="building-from-source">Building From Source</h3>
</a>

<p class="text-small text-secondary">
1.0.0-beta21
1.0.0-beta22
</p>

<p class="mar-y-sm text-center">
Expand Down
2 changes: 1 addition & 1 deletion docs/loaders.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ <h3 id="background-variations">Background Variations</h3>
</a>

<p class="text-small text-secondary">
1.0.0-beta21
1.0.0-beta22
</p>

<p class="mar-y-sm text-center">
Expand Down
2 changes: 1 addition & 1 deletion docs/progress-bars.html
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ <h3 id="variations">Variations</h3>
</a>

<p class="text-small text-secondary">
1.0.0-beta21
1.0.0-beta22
</p>

<p class="mar-y-sm text-center">
Expand Down
2 changes: 1 addition & 1 deletion docs/switches.html
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ <h3 id="variations">Variations</h3>
</a>

<p class="text-small text-secondary">
1.0.0-beta21
1.0.0-beta22
</p>

<p class="mar-y-sm text-center">
Expand Down
2 changes: 1 addition & 1 deletion docs/tables.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ <h3 id="hoverable-rows">Hoverable Rows</h3>
</a>

<p class="text-small text-secondary">
1.0.0-beta21
1.0.0-beta22
</p>

<p class="mar-y-sm text-center">
Expand Down
2 changes: 1 addition & 1 deletion docs/tabs.html
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ <h3 id="interactivity">Interactivity</h3>
</a>

<p class="text-small text-secondary">
1.0.0-beta21
1.0.0-beta22
</p>

<p class="mar-y-sm text-center">
Expand Down
2 changes: 1 addition & 1 deletion docs/utilities.html
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ <h3 id="text-utilities">Text Utilities</h3>
</a>

<p class="text-small text-secondary">
1.0.0-beta21
1.0.0-beta22
</p>

<p class="mar-y-sm text-center">
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "shoelace-css",
"description": "A back to the basics CSS starter kit.",
"version": "1.0.0-beta21",
"version": "1.0.0-beta22",
"author": "Cory LaViska",
"homepage": "https://shoelace.style/",
"license": "MIT",
Expand Down

0 comments on commit bfd0234

Please sign in to comment.