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

Commit 5d061c6

Browse files
Fixing missing font-display, added new media queries, pulsing butons, colour keywords and fixed grey naming
1 parent 018c97e commit 5d061c6

23 files changed

+11749
-81
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.4</strong></p>
13+
<p align="center"><strong>Version: 1.1.5</strong></p>
1414

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

96-
```<link rel="stylesheet" type="text/css" href="https://unpkg.com/[email protected].4/dist/skeletonic.min.css" />```
96+
```<link rel="stylesheet" type="text/css" href="https://unpkg.com/[email protected].5/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].4/dist/skeletonic.min.css | Yes | No |
115+
| [unpkg](https://unpkg.com/) | https://unpkg.com/[email protected].5/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
| [RawGit](http://rawgit.com/) | https://cdn.rawgit.com/sebastienrousseau/skeletonic/master/dist/skeletonic.min.css | Yes | No |
118118

dist/skeletonic-animations.css

+113-2
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.

dist/skeletonic-animations.min.css

+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)