-
Notifications
You must be signed in to change notification settings - Fork 189
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
1 parent
af02dc5
commit c43740e
Showing
4 changed files
with
14 additions
and
6 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
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
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
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,16 +24,16 @@ <h5>Module Loader</h5> | |
<h5>Load from CDN</h5> | ||
<p>PrimeFlex can also be loaded from a CDN using a link tag.</p> | ||
<pre><code class="language-markup"> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected].1/primeflex.css"> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected].2/primeflex.css"> | ||
|
||
</code></pre> | ||
|
||
<h5>Themes</h5> | ||
<p>PrimeFlex does not ship with a built-in color scheme by default as it is derived from the Prime UI library. In case you need to use it standalone without a Prime library, include one of the themes from the themes folder.</p> | ||
<pre><code class="language-markup"> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected].1/themes/saga-blue.css"> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected].1/themes/arya-blue.css"> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected].1/themes/vela-blue.css"> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected].2/themes/saga-blue.css"> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected].2/themes/arya-blue.css"> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected].2/themes/vela-blue.css"> | ||
|
||
</code></pre> | ||
|
||
|