1
0
mirror of https://github.com/jdan/98.css.git synced 2025-08-31 09:31:55 +02:00

rename and npm grab

This commit is contained in:
Jordan Scales
2020-04-21 12:27:53 -04:00
parent 989320d6a0
commit dd3922d691
2 changed files with 31 additions and 5 deletions

View File

@@ -24,13 +24,13 @@
</aside> </aside>
<main> <main>
<h1>98UI</h1> <h1>98.css</h1>
<hr> <hr>
<p>A design system for building faithful recreations of old UIs.</p> <p>A design system for building faithful recreations of old UIs.</p>
<h2 id="intro">Intro</h2> <h2 id="intro">Intro</h2>
<p> <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> </p>
<div class="dialog" style="margin: 32px; width: 250px"> <div class="dialog" style="margin: 32px; width: 250px">
@@ -69,11 +69,11 @@
<p> <p>
<strong>This library does not contain any JavaScript</strong>, it merely styles your HTML with some CSS. <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>
<p>You can install 98UI from the GitHub releases page, or from npm.</p> <p>You can install 98.css from the GitHub releases page, or from npm.</p>
<pre><code>npm install 98ui</code></pre> <pre><code>npm install 98.css</code></pre>
<h2 id="components">Components</h2> <h2 id="components">Components</h2>

26
package.json Normal file
View File

@@ -0,0 +1,26 @@
{
"name": "98.css",
"version": "0.0.1",
"description": "A design system for building faithful recreations of old UIs",
"main": "style.css",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jdan/windows98.css.git"
},
"keywords": [
"css",
"windows98"
],
"author": "Jordan Scales <scalesjordan@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jdan/windows98.css/issues"
},
"homepage": "https://github.com/jdan/windows98.css#readme"
}