mirror of
https://github.com/jdan/98.css.git
synced 2025-08-30 17:19:56 +02: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>
|
||||
|
||||
|
26
package.json
Normal file
26
package.json
Normal 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"
|
||||
}
|
Reference in New Issue
Block a user