1
0
mirror of https://github.com/jdan/98.css.git synced 2025-08-31 01:29:58 +02:00
This commit is contained in:
Jordan Scales
2020-04-21 20:56:56 -04:00
parent ac98f60bb5
commit 6d75713880
3 changed files with 12 additions and 2 deletions

View File

@@ -140,4 +140,8 @@ button.active {
display: block;
margin-top: 24px;
}
pre code {
width: 100%;
}
}

View File

@@ -100,7 +100,10 @@
<a href="https://codesandbox.io/s/late-sound-miqho?file=/index.html">an example with vanilla JavaScript</a>. The fastest way to use 98.css is to import it from unpkg.
</p>
<pre style="width: 375px"><code>&lt;link rel="stylesheet" href="https://unpkg.com/98.css"&gt;</code></pre>
<pre style="width: 375px"><code>&lt;link
rel="stylesheet"
href="https://unpkg.com/98.css"
&gt;</code></pre>
<p>
You can install 98.css from the <a href="https://github.com/jdan/98.css/releases">GitHub releases page</a>, or <a href="https://www.npmjs.com/package/98.css">from npm</a>.

View File

@@ -100,7 +100,10 @@
<a href="https://codesandbox.io/s/late-sound-miqho?file=/index.html">an example with vanilla JavaScript</a>. The fastest way to use 98.css is to import it from unpkg.
</p>
<pre style="width: 375px"><code>&lt;link rel="stylesheet" href="https://unpkg.com/98.css"&gt;</code></pre>
<pre style="width: 375px"><code>&lt;link
rel="stylesheet"
href="https://unpkg.com/98.css"
&gt;</code></pre>
<p>
You can install 98.css from the <a href="https://github.com/jdan/98.css/releases">GitHub releases page</a>, or <a href="https://www.npmjs.com/package/98.css">from npm</a>.