Skip to content

Commit

Permalink
NPM weblink & instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
KERNAMON authored Jan 29, 2025
1 parent 409a424 commit 5b8daed
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,16 @@ <h2>Interactive Elements</h2>
</div>
</section>


<section>
<h2>How to install?</h2>
<p>To install the baseline.css package with <a href="https://www.npmjs.com/package/baseline-css/" target="_blank" rel="noopener noreferrer>NPM</a>, use the following command:</p>
<p><b>npm install baseline-css</b></p>
<p>Include the minified CSS file in your HTML project:</p>
<p><link rel="stylesheet" href="node_modules/baseline-css/dist/baseline.min.css"></a></p>
<p>If you are using a bundler (Webpack, Vite) with JavaScript/TypeScript:</p>
<p>import 'baseline-css/dist/baseline.min.css';</p>
</section>

<section>
<h2>Available on GitHub</h2>
<p>Paragraph pre-styled with baseline.css to ensure a uniform appearance across all browsers.</p>
Expand Down

0 comments on commit 5b8daed

Please sign in to comment.