Skip to content
This repository was archived by the owner on Apr 14, 2023. It is now read-only.

Commit d88ae69

Browse files
author
Release Bot
committed
v1.0.97
1 parent 0cc6626 commit d88ae69

22 files changed

+1858
-698
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010

1111
<p align="center">Simply designed to fit your cascading web life.</p>
1212

13-
<p align="center"><strong>Version: 1.0.95</strong></p>
13+
<p align="center"><strong>Version: 1.0.97</strong></p>
1414

1515
<p align="center">
16-
<a href="https://github.com/reedia/skeletonic/archive/v1.0.95.zip" class="button primary">Download</a>
16+
<a href="https://github.com/reedia/skeletonic/archive/v1.0.97.zip" class="button primary">Download</a>
1717
</p>
1818

1919
[![NPM](https://nodei.co/npm/skeletonic.png)](https://nodei.co/npm/skeletonic/)
@@ -45,7 +45,7 @@ Skeletonic is constantly in development. Try it out now!
4545

4646
Several quick start options are available:
4747

48-
- [Download the latest release](https://github.com/reedia/skeletonic/archive/v1.0.95.zip)
48+
- [Download the latest release](https://github.com/reedia/skeletonic/archive/v1.0.97.zip)
4949
- 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```
5050
- 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```
5151
- Clone the main repository to get all source files including build scripts: `git clone https://github.com/reedia/skeletonic.git`
@@ -57,7 +57,7 @@ Within the download you'll find all the source files, compiled and minified CSS
5757
You'll see something like this:
5858

5959
```
60-
skeletonic-1.0.95
60+
skeletonic-1.0.97
6161
├── skeletonic-animations.css
6262
├── skeletonic-animations.css.map
6363
├── skeletonic-animations.min.css
@@ -86,9 +86,9 @@ Please feel free to grab the latest:
8686

8787
```<link rel="stylesheet" type="text/css" href="https://unpkg.com/skeletonic/dist/skeletonic.min.css" />```
8888

89-
You can also specify a specific version as per below. The latest version as of today is 1.0.95.
89+
You can also specify a specific version as per below. The latest version as of today is 1.0.97.
9090

91-
```<link rel="stylesheet" type="text/css" href="https://unpkg.com/[email protected].95/dist/skeletonic.min.css" />```
91+
```<link rel="stylesheet" type="text/css" href="https://unpkg.com/[email protected].97/dist/skeletonic.min.css" />```
9292

9393
## Extend
9494

@@ -107,7 +107,7 @@ The following table lists alternate CDN locations where Skeletonic is hosted.
107107

108108
| CDN | URL | HTTPS | Combo |
109109
|---|---|---|---|
110-
| [unpkg](https://unpkg.com/) | https://unpkg.com/[email protected].95/dist/skeletonic.min.css | Yes | No |
110+
| [unpkg](https://unpkg.com/) | https://unpkg.com/[email protected].97/dist/skeletonic.min.css | Yes | No |
111111
| [jsDelivr](https://www.jsdelivr.com/) | https://cdn.jsdelivr.net/npm/skeletonic/dist/skeletonic.min.css | Yes | Yes |
112112
| [RawGit](http://rawgit.com/) | https://cdn.rawgit.com/reedia/skeletonic/master/dist/skeletonic.min.css | Yes | No |
113113

dist/skeletonic-animations.css

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/skeletonic-animations.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/skeletonic-colours.css

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/skeletonic-colours.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/skeletonic-fonts.css

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)