1
0
mirror of https://github.com/jdan/98.css.git synced 2025-08-01 11:30:22 +02:00

README touchups

This commit is contained in:
Jordan Scales
2020-04-21 20:53:40 -04:00
parent 3b63d39d52
commit 429250a2c1
2 changed files with 4 additions and 4 deletions

View File

@@ -34,9 +34,9 @@ The easiest way to use 98.css is to import it from [unpkg](https://unpkg.com/).
</html>
```
Here is an example of [98.css being used with React](https://codesandbox.io/s/objective-chandrasekhar-t5t6h?file=/src/index.js), and [an example with vanilla JavaScript](https://codesandbox.io/s/late-sound-miqho?file=/index.html). The fastest way to use 98.css is to import it from unpkg.
Here is an example of [98.css being used with React](https://codesandbox.io/s/objective-chandrasekhar-t5t6h?file=/src/index.js), and [an example with vanilla JavaScript](https://codesandbox.io/s/late-sound-miqho?file=/index.html).
Alternatively, you can grab 98.css for [the releases page](https://github.com/jdan/98.css/releases) or [npm](https://www.npmjs.com/package/98.css)
Alternatively, you can grab 98.css for [the releases page](https://github.com/jdan/98.css/releases) or [npm](https://www.npmjs.com/package/98.css).
```
npm install 98.css

View File

@@ -100,12 +100,12 @@
<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: 360px"><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>.
</p>
<pre style="width: 360px"><code>npm install 98.css</code></pre>
<pre style="width: 375px"><code>npm install 98.css</code></pre>
<h2 id="components">Components</h2>