forked from botoxparty/XP.css
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Adam Hammad
committed
May 16, 2020
1 parent
0cdcc40
commit 4178a5d
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ The easiest way to use XP.css is to import it from [unpkg](https://unpkg.com/). | |
// Windows XP Theme (include only one theme at a time) | ||
<link rel="stylesheet" href="https://unpkg.com/xp.css" /> | ||
// Windows 98 Theme (include only one theme at a time) | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected].1/dist/98.css" /> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected].2/dist/98.css" /> | ||
</head> | ||
|
||
<body> | ||
|
@@ -58,7 +58,7 @@ import "xp.css/dist/98.css"; | |
|
||
Here is an example of [XP.css being used with React](https://codesandbox.io/s/silly-bas-dln9t?file=/src/index.js), and [an example with vanilla JavaScript](https://codesandbox.io/s/vigilant-night-2jkz3?file=/index.html). | ||
|
||
Refer to the [documentation page](https://jdan.github.io/98.css/) for specific instructions on this library's components. | ||
Refer to the [documentation page](https://botoxparty.github.io/XP.css/) for specific instructions on this library's components. | ||
|
||
### Developing | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -133,7 +133,7 @@ | |
<p><em>Windows 98 Theme</em> | ||
<pre style="max-width: fit-content"><code><link | ||
rel="stylesheet" | ||
href="https://unpkg.com/[email protected].1/dist/98.css" | ||
href="https://unpkg.com/[email protected].2/dist/98.css" | ||
></code></pre> | ||
</p> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters