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

Commit 4969c92

Browse files
v1.1.6
1 parent 5d061c6 commit 4969c92

33 files changed

+8216
-12788
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright © Reedia Limited 2015-2018. All rights reserved. (reedia.com)
3+
Copyright © Sebastien Rousseau 2021. All rights reserved.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 7 additions & 8 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.1.5</strong></p>
13+
<p align="center"><strong>Version: 1.1.6</strong></p>
1414

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

1919
[![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!
5050

5151
Several quick start options are available:
5252

53-
- [Download the latest release](https://github.com/sebastienrousseau/skeletonic/archive/v1.1.5.zip)
53+
- [Download the latest release](https://github.com/sebastienrousseau/skeletonic/archive/v1.1.6.zip)
5454
- 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```
5555
- 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```
5656
- 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
6262
You'll see something like this:
6363

6464
```
65-
skeletonic-1.1.5
65+
skeletonic-1.1.6
6666
├── skeletonic-animations.css
6767
├── skeletonic-animations.css.map
6868
├── skeletonic-animations.min.css
@@ -91,9 +91,9 @@ Please feel free to grab the latest:
9191

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

94-
You can also specify a specific version as per below. The latest version as of today is 1.1.5.
94+
You can also specify a specific version as per below. The latest version as of today is 1.1.6.
9595

96-
```<link rel="stylesheet" type="text/css" href="https://unpkg.com/[email protected].5/dist/skeletonic.min.css" />```
96+
```<link rel="stylesheet" type="text/css" href="https://unpkg.com/[email protected].6/dist/skeletonic.min.css" />```
9797

9898
## Extend
9999

@@ -112,9 +112,8 @@ The following table lists alternate CDN locations where Skeletonic is hosted.
112112

113113
| CDN | URL | HTTPS | Combo |
114114
|---|---|---|---|
115-
| [unpkg](https://unpkg.com/) | https://unpkg.com/[email protected].5/dist/skeletonic.min.css | Yes | No |
115+
| [unpkg](https://unpkg.com/) | https://unpkg.com/[email protected].6/dist/skeletonic.min.css | Yes | No |
116116
| [jsDelivr](https://www.jsdelivr.com/) | https://cdn.jsdelivr.net/npm/skeletonic/dist/skeletonic.min.css | Yes | Yes |
117-
| [RawGit](http://rawgit.com/) | https://cdn.rawgit.com/sebastienrousseau/skeletonic/master/dist/skeletonic.min.css | Yes | No |
118117

119118
## Versioning
120119
For transparency into our release cycle and in striving to maintain backward compatibility, Skeletonic is maintained under the [Semantic Versioning](https://semver.org/) guidelines.

dist/skeletonic-animations.css

Lines changed: 6 additions & 6 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.

0 commit comments

Comments
 (0)