This repository has been archived by the owner on Apr 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
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
5d061c6
commit 4969c92
Showing
33 changed files
with
8,216 additions
and
12,788 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,10 +10,10 @@ | |
|
||
<p align="center">Simply designed to fit your cascading web life.</p> | ||
|
||
<p align="center"><strong>Version: 1.1.5</strong></p> | ||
<p align="center"><strong>Version: 1.1.6</strong></p> | ||
|
||
<p align="center"> | ||
<a href="https://github.com/sebastienrousseau/skeletonic/archive/v1.1.5.zip" class="button primary">Download</a> | ||
<a href="https://github.com/sebastienrousseau/skeletonic/archive/v1.1.6.zip" class="button primary">Download</a> | ||
</p> | ||
|
||
[![NPM](https://nodei.co/npm/skeletonic.png)](https://nodei.co/npm/skeletonic/) | ||
|
@@ -50,7 +50,7 @@ Skeletonic is constantly in development. Try it out now! | |
|
||
Several quick start options are available: | ||
|
||
- [Download the latest release](https://github.com/sebastienrousseau/skeletonic/archive/v1.1.5.zip) | ||
- [Download the latest release](https://github.com/sebastienrousseau/skeletonic/archive/v1.1.6.zip) | ||
- Install with [Npm](https://www.npmjs.com/package/skeletonic) to get the pre-built CSS and sourcemaps. This is recommended when using Skeletonic for a typical web project: ```npm install skeletonic``` | ||
- Install with [Yarn](https://yarnpkg.com/en/package/skeletonic) to get the pre-built CSS and sourcemaps. This is recommended when using Skeletonic for a typical web project: ```yarn add skeletonic``` | ||
- Clone the main repository to get all source files including build scripts: `git clone https://github.com/sebastienrousseau/skeletonic.git` | ||
|
@@ -62,7 +62,7 @@ Within the download you'll find all the source files, compiled and minified CSS | |
You'll see something like this: | ||
|
||
``` | ||
skeletonic-1.1.5 | ||
skeletonic-1.1.6 | ||
├── skeletonic-animations.css | ||
├── skeletonic-animations.css.map | ||
├── skeletonic-animations.min.css | ||
|
@@ -91,9 +91,9 @@ Please feel free to grab the latest: | |
|
||
```<link rel="stylesheet" type="text/css" href="https://unpkg.com/skeletonic/dist/skeletonic.min.css" />``` | ||
|
||
You can also specify a specific version as per below. The latest version as of today is 1.1.5. | ||
You can also specify a specific version as per below. The latest version as of today is 1.1.6. | ||
|
||
```<link rel="stylesheet" type="text/css" href="https://unpkg.com/[email protected].5/dist/skeletonic.min.css" />``` | ||
```<link rel="stylesheet" type="text/css" href="https://unpkg.com/[email protected].6/dist/skeletonic.min.css" />``` | ||
|
||
## Extend | ||
|
||
|
@@ -112,9 +112,8 @@ The following table lists alternate CDN locations where Skeletonic is hosted. | |
|
||
| CDN | URL | HTTPS | Combo | | ||
|---|---|---|---| | ||
| [unpkg](https://unpkg.com/) | https://unpkg.com/[email protected].5/dist/skeletonic.min.css | Yes | No | | ||
| [unpkg](https://unpkg.com/) | https://unpkg.com/[email protected].6/dist/skeletonic.min.css | Yes | No | | ||
| [jsDelivr](https://www.jsdelivr.com/) | https://cdn.jsdelivr.net/npm/skeletonic/dist/skeletonic.min.css | Yes | Yes | | ||
| [RawGit](http://rawgit.com/) | https://cdn.rawgit.com/sebastienrousseau/skeletonic/master/dist/skeletonic.min.css | Yes | No | | ||
|
||
## Versioning | ||
For transparency into our release cycle and in striving to maintain backward compatibility, Skeletonic is maintained under the [Semantic Versioning](https://semver.org/) guidelines. | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.