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

Commit df011bd

Browse files
v1.1.7
1 parent 4969c92 commit df011bd

12 files changed

+329
-43
lines changed

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

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

96-
```<link rel="stylesheet" type="text/css" href="https://unpkg.com/[email protected].6/dist/skeletonic.min.css" />```
96+
```<link rel="stylesheet" type="text/css" href="https://unpkg.com/[email protected].7/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].6/dist/skeletonic.min.css | Yes | No |
115+
| [unpkg](https://unpkg.com/) | https://unpkg.com/[email protected].7/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

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

dist/skeletonic-colours.css

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

dist/skeletonic-colours.css.map

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

dist/skeletonic-fonts.css

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

dist/skeletonic-pattern.css

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

dist/skeletonic.css

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

dist/skeletonic.css.map

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

dist/skeletonic.min.css

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "skeletonic",
3-
"version": "1.1.6",
3+
"version": "1.1.7",
44
"description": "A dead on, lightweight, responsive and modern CSS framework.",
55
"keywords": [
66
"skeletonic",

public/index.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656
<h1 class="padding-2">Introducing Skeletonic</h1>
5757
<p>Skeletonic is a lightweight, intuitive and ultra-responsive CSS framework to speed up your Digital and Mobile Web development needs.</p>
5858
<p>Simply designed to fit your cascading web life.</p>
59-
<p><strong>Version: 1.1.6</strong></p>
59+
<p><strong>Version: 1.1.7</strong></p>
6060
<p>
61-
<a href="https://github.com/sebastienrousseau/skeletonic/archive/v1.1.6.zip" class="button primary">Download</a>
61+
<a href="https://github.com/sebastienrousseau/skeletonic/archive/v1.1.7.zip" class="button primary">Download</a>
6262
<a href="https://github.com/sebastienrousseau/skeletonic" class="button secondary">View on GitHub</a>
6363
</p>
6464
</row>
@@ -719,7 +719,7 @@ <h4>Other colours available</h4>
719719
<a name="buttons"></a>
720720
<h3>Buttons</h3>
721721
<p><em>Default buttons style.</em></p>
722-
<p><a href="https://github.com/sebastienrousseau/skeletonic/archive/v1.1.6.zip" target="_blank" class="button">Download skeletonic.css</a></p>
722+
<p><a href="https://github.com/sebastienrousseau/skeletonic/archive/v1.1.7.zip" target="_blank" class="button">Download skeletonic.css</a></p>
723723
<h4>Button's states</h4>
724724
<p><em>Multiple buttons states.</em></p>
725725
<p>
@@ -958,13 +958,13 @@ <h3>Table</h3>
958958
<td>1</td>
959959
<td>Original CSS</td>
960960
<td>skeletonic.css</td>
961-
<td>1.1.6</td>
961+
<td>1.1.7</td>
962962
</tr>
963963
<tr>
964964
<td>2</td>
965965
<td>Minified CSS</td>
966966
<td>skeletonic.min.css</td>
967-
<td>1.1.6</td>
967+
<td>1.1.7</td>
968968
</tr>
969969
</tbody>
970970
</table>

0 commit comments

Comments
 (0)