slight enhancements for the user agent stylesheet slightcss.devins.page
css stylesheet framework lightweight

fix: consistent casing

+3 -3
+3 -3
index.html
··· 43 43 </p> 44 44 <h2>how do i use it?</h2> 45 45 <h3>html import</h3> 46 - <p>Place this somewhere in your <code>head</code>:</p> 46 + <p>place this somewhere in your <code>head</code>:</p> 47 47 <pre><code>&lt;link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@intergrav/slight.css@1"&gt;</code></pre> 48 48 <h3>css import</h3> 49 - <p>Place this somewhere in your stylesheet:</p> 49 + <p>place this somewhere in your stylesheet:</p> 50 50 <pre><code>@import url(https://cdn.jsdelivr.net/npm/@intergrav/slight.css@1);</code></pre> 51 51 <h3>npm package</h3> 52 52 <p> 53 - Run this in your terminal, 53 + run this in your terminal, 54 54 <strong>replacing with the proper command</strong>: 55 55 </p> 56 56 <pre><code>[npm/yarn/pnpm/bun] add @intergrav/slight.css</code></pre>