Skip to content

Commit

Permalink
updte version
Browse files Browse the repository at this point in the history
  • Loading branch information
heyallan committed Jan 12, 2024
1 parent d50a308 commit d5b899e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/forms.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<body class="">

<header>
<h1>@subcomponents/reset <span class="color-primary">v3.1.1</span></h1>
<h1>@subcomponents/reset <span class="color-primary">v3.1.2</span></h1>
<nav>
<a href="./">Home</a>
·
Expand Down
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<body class="">

<header>
<h1>@subcomponents/reset <span class="color-primary">v3.1.1</span></h1>
<h1>@subcomponents/reset <span class="color-primary">v3.1.2</span></h1>
<nav>
<a href="./">Home</a>
·
Expand Down Expand Up @@ -48,11 +48,11 @@ <h2>Introduction</h2>
<section>
<h2>Installation</h2>
<p>CDN link:</p>
<pre><code>&lt;link rel="stylesheet" href="https://unpkg.com/@subcomponents/reset@3.1.1/dist/reset.min.css"/&gt;</code></pre>
<pre><code>&lt;link rel="stylesheet" href="https://unpkg.com/@subcomponents/reset@3.1.2/dist/reset.min.css"/&gt;</code></pre>
<p>NPM package:</p>
<pre><code>$ npm install --save-dev @subcomponents/reset</code></pre>
<p>CSS import:</p>
<pre><code>@import url(&quot;https://unpkg.com/@subcomponents/reset@3.1.1/dist/reset.min.css&quot;);</code></pre>
<pre><code>@import url(&quot;https://unpkg.com/@subcomponents/reset@3.1.2/dist/reset.min.css&quot;);</code></pre>
</section>
</main><!-- role main -->

Expand Down
2 changes: 1 addition & 1 deletion docs/media.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<body class="">

<header>
<h1>@subcomponents/reset <span class="color-primary">v3.1.1</span></h1>
<h1>@subcomponents/reset <span class="color-primary">v3.1.2</span></h1>
<nav>
<a href="./">Home</a>
·
Expand Down
2 changes: 1 addition & 1 deletion docs/typography.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<body class="">

<header>
<h1>@subcomponents/reset <span class="color-primary">v3.1.1</span></h1>
<h1>@subcomponents/reset <span class="color-primary">v3.1.2</span></h1>
<nav>
<a href="./">Home</a>
·
Expand Down

0 comments on commit d5b899e

Please sign in to comment.