You've already forked 98.css
mirror of
https://github.com/jdan/98.css.git
synced 2026-05-05 06:01:22 +09:00
rename and npm grab
This commit is contained in:
@@ -24,13 +24,13 @@
|
||||
</aside>
|
||||
|
||||
<main>
|
||||
<h1>98UI</h1>
|
||||
<h1>98.css</h1>
|
||||
<hr>
|
||||
<p>A design system for building faithful recreations of old UIs.</p>
|
||||
|
||||
<h2 id="intro">Intro</h2>
|
||||
<p>
|
||||
98UI is a CSS library for building interfaces that look like Windows 98.
|
||||
98.css is a CSS library for building interfaces that look like Windows 98.
|
||||
</p>
|
||||
|
||||
<div class="dialog" style="margin: 32px; width: 250px">
|
||||
@@ -69,11 +69,11 @@
|
||||
|
||||
<p>
|
||||
<strong>This library does not contain any JavaScript</strong>, it merely styles your HTML with some CSS.
|
||||
This means 98UI is compatible with your frontend framework of choice.
|
||||
This means 98.css is compatible with your frontend framework of choice.
|
||||
</p>
|
||||
|
||||
<p>You can install 98UI from the GitHub releases page, or from npm.</p>
|
||||
<pre><code>npm install 98ui</code></pre>
|
||||
<p>You can install 98.css from the GitHub releases page, or from npm.</p>
|
||||
<pre><code>npm install 98.css</code></pre>
|
||||
|
||||
<h2 id="components">Components</h2>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user