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

Commit d8e550d

Browse files
v1.1.9
1 parent e6eb372 commit d8e550d

File tree

133 files changed

+23886
-2349
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

133 files changed

+23886
-2349
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,4 @@ ehthumbs.db
101101
lib-cov
102102
package-lock.json
103103
yarn.lock
104+
Gemfile.lock

README.md

+7-7
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.8</strong></p>
13+
<p align="center"><strong>Version: 1.1.9</strong></p>
1414

1515
<p align="center">
16-
<a href="https://github.com/sebastienrousseau/skeletonic/archive/v1.1.8.zip" class="button primary">Download</a>
16+
<a href="https://github.com/sebastienrousseau/skeletonic/archive/v1.1.9.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.8.zip)
53+
- [Download the latest release](https://github.com/sebastienrousseau/skeletonic/archive/v1.1.9.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.8
65+
skeletonic-1.1.9
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.8.
94+
You can also specify a specific version as per below. The latest version as of today is 1.1.9.
9595

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

9898
## Extend
9999

@@ -112,7 +112,7 @@ 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].8/dist/skeletonic.min.css | Yes | No |
115+
| [unpkg](https://unpkg.com/) | https://unpkg.com/[email protected].9/dist/skeletonic.min.css | Yes | No |
116116
| [jsDelivr](https://www.jsdelivr.com/) | https://cdn.jsdelivr.net/npm/skeletonic/dist/skeletonic.min.css | Yes | Yes |
117117

118118
## Versioning

dist/skeletonic-animations.css

+43-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/skeletonic-animations.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)