From ba0e40165920245c0ea4b329891ad17469c97bbc Mon Sep 17 00:00:00 2001 From: Release Bot Date: Tue, 4 May 2021 12:02:42 +0100 Subject: [PATCH] Added open-sans.com CDN --- README.md | 14 ++++++------ dist/skeletonic-animations.css | 10 ++++----- dist/skeletonic-colours.css | 10 ++++----- dist/skeletonic-fonts.css | 10 ++++----- dist/skeletonic-pattern.css | 10 ++++----- dist/skeletonic.css | 10 ++++----- package.json | 2 +- public/index.html | 10 ++++----- src/fonts/font-face.styl | 40 +++++++++++++++++----------------- 9 files changed, 58 insertions(+), 58 deletions(-) diff --git a/README.md b/README.md index b1a11af..db22ce9 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,10 @@

Simply designed to fit your cascading web life.

-

Version: 1.1.2

+

Version: 1.1.3

- Download + Download

[![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! Several quick start options are available: -- [Download the latest release](https://github.com/sebastienrousseau/skeletonic/archive/v1.1.2.zip) +- [Download the latest release](https://github.com/sebastienrousseau/skeletonic/archive/v1.1.3.zip) - 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``` - 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``` - 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 You'll see something like this: ``` -skeletonic-1.1.2 +skeletonic-1.1.3 ├── skeletonic-animations.css ├── skeletonic-animations.css.map ├── skeletonic-animations.min.css @@ -91,9 +91,9 @@ Please feel free to grab the latest: `````` -You can also specify a specific version as per below. The latest version as of today is 1.1.2. +You can also specify a specific version as per below. The latest version as of today is 1.1.3. -`````` +`````` ## Extend @@ -112,7 +112,7 @@ The following table lists alternate CDN locations where Skeletonic is hosted. | CDN | URL | HTTPS | Combo | |---|---|---|---| -| [unpkg](https://unpkg.com/) | https://unpkg.com/skeletonic@1.1.2/dist/skeletonic.min.css | Yes | No | +| [unpkg](https://unpkg.com/) | https://unpkg.com/skeletonic@1.1.3/dist/skeletonic.min.css | Yes | No | | [jsDelivr](https://www.jsdelivr.com/) | https://cdn.jsdelivr.net/npm/skeletonic/dist/skeletonic.min.css | Yes | Yes | | [RawGit](http://rawgit.com/) | https://cdn.rawgit.com/sebastienrousseau/skeletonic/master/dist/skeletonic.min.css | Yes | No | diff --git a/dist/skeletonic-animations.css b/dist/skeletonic-animations.css index 6180869..77823b9 100644 --- a/dist/skeletonic-animations.css +++ b/dist/skeletonic-animations.css @@ -1,14 +1,14 @@ /** - * Name: skeletonic v1.1.2 + * Name: skeletonic v1.1.3 * Description: A dead on, lightweight, responsive and modern CSS framework. - * @version 1.1.2 + * @version 1.1.3 * Author: Reedia Limited (https://github.com/reedia) * Copyright © Reedia Limited 2018. All rights reserved. * https://skeletonic.io * Repository: git+https://github.com/sebastienrousseau/skeletonic.git * License: MIT * License URI: http://www.opensource.org/licenses/mit-license.php - */ + */ /** * Table Of Content @@ -37,8 +37,8 @@ # Nav # Table # Util - */ - + */ + /* @group Bounce Animation */ .bounce { diff --git a/dist/skeletonic-colours.css b/dist/skeletonic-colours.css index c35d016..0c36cf3 100644 --- a/dist/skeletonic-colours.css +++ b/dist/skeletonic-colours.css @@ -1,14 +1,14 @@ /** - * Name: skeletonic v1.1.2 + * Name: skeletonic v1.1.3 * Description: A dead on, lightweight, responsive and modern CSS framework. - * @version 1.1.2 + * @version 1.1.3 * Author: Reedia Limited (https://github.com/reedia) * Copyright © Reedia Limited 2018. All rights reserved. * https://skeletonic.io * Repository: git+https://github.com/sebastienrousseau/skeletonic.git * License: MIT * License URI: http://www.opensource.org/licenses/mit-license.php - */ + */ /** * Table Of Content @@ -37,8 +37,8 @@ # Nav # Table # Util - */ - + */ + /* @group Colour Variables */ /* @end */ /* @group Material Design Colours */ diff --git a/dist/skeletonic-fonts.css b/dist/skeletonic-fonts.css index 85eb730..6e060f7 100644 --- a/dist/skeletonic-fonts.css +++ b/dist/skeletonic-fonts.css @@ -1,14 +1,14 @@ /** - * Name: skeletonic v1.1.2 + * Name: skeletonic v1.1.3 * Description: A dead on, lightweight, responsive and modern CSS framework. - * @version 1.1.2 + * @version 1.1.3 * Author: Reedia Limited (https://github.com/reedia) * Copyright © Reedia Limited 2018. All rights reserved. * https://skeletonic.io * Repository: git+https://github.com/sebastienrousseau/skeletonic.git * License: MIT * License URI: http://www.opensource.org/licenses/mit-license.php - */ + */ /** * Table Of Content @@ -37,8 +37,8 @@ # Nav # Table # Util - */ - + */ + /* @group Font Face */ @charset 'UTF-8'; @font-face diff --git a/dist/skeletonic-pattern.css b/dist/skeletonic-pattern.css index f44a6bc..b17de5f 100644 --- a/dist/skeletonic-pattern.css +++ b/dist/skeletonic-pattern.css @@ -1,14 +1,14 @@ /** - * Name: skeletonic v1.1.2 + * Name: skeletonic v1.1.3 * Description: A dead on, lightweight, responsive and modern CSS framework. - * @version 1.1.2 + * @version 1.1.3 * Author: Reedia Limited (https://github.com/reedia) * Copyright © Reedia Limited 2018. All rights reserved. * https://skeletonic.io * Repository: git+https://github.com/sebastienrousseau/skeletonic.git * License: MIT * License URI: http://www.opensource.org/licenses/mit-license.php - */ + */ /** * Table Of Content @@ -37,8 +37,8 @@ # Nav # Table # Util - */ - + */ + /* @group Pattern */ body { diff --git a/dist/skeletonic.css b/dist/skeletonic.css index 575bf2a..92dd8c1 100644 --- a/dist/skeletonic.css +++ b/dist/skeletonic.css @@ -1,14 +1,14 @@ /** - * Name: skeletonic v1.1.2 + * Name: skeletonic v1.1.3 * Description: A dead on, lightweight, responsive and modern CSS framework. - * @version 1.1.2 + * @version 1.1.3 * Author: Reedia Limited (https://github.com/reedia) * Copyright © Reedia Limited 2018. All rights reserved. * https://skeletonic.io * Repository: git+https://github.com/sebastienrousseau/skeletonic.git * License: MIT * License URI: http://www.opensource.org/licenses/mit-license.php - */ + */ /** * Table Of Content @@ -37,8 +37,8 @@ # Nav # Table # Util - */ - + */ + /* @group Media Queries */ @media only screen and (max-width: 480px) { diff --git a/package.json b/package.json index 0dcfa9b..b2d1567 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "skeletonic", - "version": "1.1.2", + "version": "1.1.3", "description": "A dead on, lightweight, responsive and modern CSS framework.", "keywords": [ "skeletonic", diff --git a/public/index.html b/public/index.html index 943568c..e9fb1bc 100644 --- a/public/index.html +++ b/public/index.html @@ -56,9 +56,9 @@

Introducing Skeletonic

Skeletonic is a lightweight, intuitive and ultra-responsive CSS framework to speed up your Digital and Mobile Web development needs.

Simply designed to fit your cascading web life.

-

Version: 1.1.2

+

Version: 1.1.3

- Download + Download View on GitHub

@@ -719,7 +719,7 @@

Other colours available

Buttons

Default buttons style.

-

Download skeletonic.css

+

Download skeletonic.css

Button's states

Multiple buttons states.

@@ -958,13 +958,13 @@

Table

1 Original CSS skeletonic.css - 1.1.2 + 1.1.3 2 Minified CSS skeletonic.min.css - 1.1.2 + 1.1.3 diff --git a/src/fonts/font-face.styl b/src/fonts/font-face.styl index eddd1f0..b62ae32 100644 --- a/src/fonts/font-face.styl +++ b/src/fonts/font-face.styl @@ -3,16 +3,16 @@ @font-face font-family: "Open Sans" - src: url("https://cdn.rawgit.com/sebastienrousseau/skeletonic/9cf184f0/fonts/OpenSans-Regular-webfont.eot") - src: url("https://cdn.rawgit.com/sebastienrousseau/skeletonic/9cf184f0/fonts/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("https://cdn.rawgit.com/sebastienrousseau/skeletonic/9cf184f0/fonts/OpenSans-Regular-webfont.woff") format("woff"), url("https://cdn.rawgit.com/sebastienrousseau/skeletonic/9cf184f0/fonts/OpenSans-Regular-webfont.ttf") format("truetype"), url("https://cdn.rawgit.com/sebastienrousseau/skeletonic/9cf184f0/fonts/OpenSans-Regular-webfont.svg#OpenSansRegular") format("svg") + src: url("https://open-sans.com/fonts/OpenSans-Regular-webfont.eot") + src: url("https://open-sans.com/fonts/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("https://open-sans.com/fonts/OpenSans-Regular-webfont.woff") format("woff"), url("https://open-sans.com/fonts/OpenSans-Regular-webfont.ttf") format("truetype"), url("https://open-sans.com/fonts/OpenSans-Regular-webfont.svg#OpenSansRegular") format("svg") font-weight: 400 font-style: normal font-display: swap @font-face font-family: "Open Sans" - src: url("https://cdn.rawgit.com/sebastienrousseau/skeletonic/9cf184f0/fonts/OpenSans-Italic-webfont.eot") - src: url("https://cdn.rawgit.com/sebastienrousseau/skeletonic/9cf184f0/fonts/OpenSans-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("https://cdn.rawgit.com/sebastienrousseau/skeletonic/9cf184f0/fonts/OpenSans-Italic-webfont.woff") format("woff"), url("https://cdn.rawgit.com/sebastienrousseau/skeletonic/9cf184f0/fonts/OpenSans-Italic-webfont.ttf") format("truetype"), url("https://cdn.rawgit.com/sebastienrousseau/skeletonic/9cf184f0/fonts/OpenSans-Italic-webfont.svg#OpenSansItalic") format("svg") + src: url("https://open-sans.com/fonts/OpenSans-Italic-webfont.eot") + src: url("https://open-sans.com/fonts/OpenSans-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("https://open-sans.com/fonts/OpenSans-Italic-webfont.woff") format("woff"), url("https://open-sans.com/fonts/OpenSans-Italic-webfont.ttf") format("truetype"), url("https://open-sans.com/fonts/OpenSans-Italic-webfont.svg#OpenSansItalic") format("svg") font-weight: normal font-weight: 400 font-style: italic @@ -20,48 +20,48 @@ @font-face font-family: "Open Sans" - src: url("https://cdn.rawgit.com/sebastienrousseau/skeletonic/9cf184f0/fonts/OpenSans-Light-webfont.eot") - src: url("https://cdn.rawgit.com/sebastienrousseau/skeletonic/9cf184f0/fonts/OpenSans-Light-webfont.eot?#iefix") format("embedded-opentype"), url("https://cdn.rawgit.com/sebastienrousseau/skeletonic/9cf184f0/fonts/OpenSans-Light-webfont.woff") format("woff"), url("https://cdn.rawgit.com/sebastienrousseau/skeletonic/9cf184f0/fonts/OpenSans-Light-webfont.ttf") format("truetype"), url("https://cdn.rawgit.com/sebastienrousseau/skeletonic/9cf184f0/fonts/OpenSans-Light-webfont.svg#OpenSansLight") format("svg") + src: url("https://open-sans.com/fonts/OpenSans-Light-webfont.eot") + src: url("https://open-sans.com/fonts/OpenSans-Light-webfont.eot?#iefix") format("embedded-opentype"), url("https://open-sans.com/fonts/OpenSans-Light-webfont.woff") format("woff"), url("https://open-sans.com/fonts/OpenSans-Light-webfont.ttf") format("truetype"), url("https://open-sans.com/fonts/OpenSans-Light-webfont.svg#OpenSansLight") format("svg") font-weight: 200 font-style: normal font-display: swap @font-face font-family: "Open Sans" - src: url("https://cdn.rawgit.com/sebastienrousseau/skeletonic/9cf184f0/fonts/OpenSans-LightItalic-webfont.eot") - src: url("https://cdn.rawgit.com/sebastienrousseau/skeletonic/9cf184f0/fonts/OpenSans-LightItalic-webfont.eot?#iefix") format("embedded-opentype"), url("https://cdn.rawgit.com/sebastienrousseau/skeletonic/9cf184f0/fonts/OpenSans-LightItalic-webfont.woff") format("woff"), url("https://cdn.rawgit.com/sebastienrousseau/skeletonic/9cf184f0/fonts/OpenSans-LightItalic-webfont.ttf") format("truetype"), url("https://cdn.rawgit.com/sebastienrousseau/skeletonic/9cf184f0/fonts/OpenSans-LightItalic-webfont.svg#OpenSansLightItalic") format("svg") + src: url("https://open-sans.com/fonts/OpenSans-LightItalic-webfont.eot") + src: url("https://open-sans.com/fonts/OpenSans-LightItalic-webfont.eot?#iefix") format("embedded-opentype"), url("https://open-sans.com/fonts/OpenSans-LightItalic-webfont.woff") format("woff"), url("https://open-sans.com/fonts/OpenSans-LightItalic-webfont.ttf") format("truetype"), url("https://open-sans.com/fonts/OpenSans-LightItalic-webfont.svg#OpenSansLightItalic") format("svg") font-weight: 200 font-style: italic font-display: swap @font-face font-family: "Open Sans" - src: url("https://cdn.rawgit.com/sebastienrousseau/skeletonic/9cf184f0/fonts/OpenSans-Semibold-webfont.eot") - src: url("https://cdn.rawgit.com/sebastienrousseau/skeletonic/9cf184f0/fonts/OpenSans-Semibold-webfont.eot?#iefix") format("embedded-opentype"), url("https://cdn.rawgit.com/sebastienrousseau/skeletonic/9cf184f0/fonts/OpenSans-Semibold-webfont.woff") format("woff"), url("https://cdn.rawgit.com/sebastienrousseau/skeletonic/9cf184f0/fonts/OpenSans-Semibold-webfont.ttf") format("truetype"), url("https://cdn.rawgit.com/sebastienrousseau/skeletonic/9cf184f0/fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold") format("svg") + src: url("https://open-sans.com/fonts/OpenSans-Semibold-webfont.eot") + src: url("https://open-sans.com/fonts/OpenSans-Semibold-webfont.eot?#iefix") format("embedded-opentype"), url("https://open-sans.com/fonts/OpenSans-Semibold-webfont.woff") format("woff"), url("https://open-sans.com/fonts/OpenSans-Semibold-webfont.ttf") format("truetype"), url("https://open-sans.com/fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold") format("svg") font-weight: 500 font-style: normal font-display: swap @font-face font-family: "Open Sans" - src: url("https://cdn.rawgit.com/sebastienrousseau/skeletonic/9cf184f0/fonts/OpenSans-SemiboldItalic-webfont.eot") - src: url("https://cdn.rawgit.com/sebastienrousseau/skeletonic/9cf184f0/fonts/OpenSans-SemiboldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("https://cdn.rawgit.com/sebastienrousseau/skeletonic/9cf184f0/fonts/OpenSans-SemiboldItalic-webfont.woff") format("woff"), url("https://cdn.rawgit.com/sebastienrousseau/skeletonic/9cf184f0/fonts/OpenSans-SemiboldItalic-webfont.ttf") format("truetype"), url("https://cdn.rawgit.com/sebastienrousseau/skeletonic/9cf184f0/fonts/OpenSans-SemiboldItalic-webfont.svg#OpenSansSemiboldItalic") format("svg") + src: url("https://open-sans.com/fonts/OpenSans-SemiboldItalic-webfont.eot") + src: url("https://open-sans.com/fonts/OpenSans-SemiboldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("https://open-sans.com/fonts/OpenSans-SemiboldItalic-webfont.woff") format("woff"), url("https://open-sans.com/fonts/OpenSans-SemiboldItalic-webfont.ttf") format("truetype"), url("https://open-sans.com/fonts/OpenSans-SemiboldItalic-webfont.svg#OpenSansSemiboldItalic") format("svg") font-weight: 500 font-style: italic font-display: swap @font-face font-family: "Open Sans" - src: url("https://cdn.rawgit.com/sebastienrousseau/skeletonic/9cf184f0/fonts/OpenSans-Bold-webfont.eot") - src: url("https://cdn.rawgit.com/sebastienrousseau/skeletonic/9cf184f0/fonts/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("https://cdn.rawgit.com/sebastienrousseau/skeletonic/9cf184f0/fonts/OpenSans-Bold-webfont.woff") format("woff"), url("https://cdn.rawgit.com/sebastienrousseau/skeletonic/9cf184f0/fonts/OpenSans-Bold-webfont.ttf") format("truetype"), url("https://cdn.rawgit.com/sebastienrousseau/skeletonic/9cf184f0/fonts/OpenSans-Bold-webfont.svg#OpenSansBold") format("svg") + src: url("https://open-sans.com/fonts/OpenSans-Bold-webfont.eot") + src: url("https://open-sans.com/fonts/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("https://open-sans.com/fonts/OpenSans-Bold-webfont.woff") format("woff"), url("https://open-sans.com/fonts/OpenSans-Bold-webfont.ttf") format("truetype"), url("https://open-sans.com/fonts/OpenSans-Bold-webfont.svg#OpenSansBold") format("svg") font-weight: bold font-weight: 700 font-style: normal @font-face font-family: "Open Sans" - src: url("https://cdn.rawgit.com/sebastienrousseau/skeletonic/9cf184f0/fonts/OpenSans-BoldItalic-webfont.eot") - src: url("https://cdn.rawgit.com/sebastienrousseau/skeletonic/9cf184f0/fonts/OpenSans-BoldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("https://cdn.rawgit.com/sebastienrousseau/skeletonic/9cf184f0/fonts/OpenSans-BoldItalic-webfont.woff") format("woff"), url("https://cdn.rawgit.com/sebastienrousseau/skeletonic/9cf184f0/fonts/OpenSans-BoldItalic-webfont.ttf") format("truetype"), url("https://cdn.rawgit.com/sebastienrousseau/skeletonic/9cf184f0/fonts/OpenSans-BoldItalic-webfont.svg#OpenSansBoldItalic") format("svg") + src: url("https://open-sans.com/fonts/OpenSans-BoldItalic-webfont.eot") + src: url("https://open-sans.com/fonts/OpenSans-BoldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("https://open-sans.com/fonts/OpenSans-BoldItalic-webfont.woff") format("woff"), url("https://open-sans.com/fonts/OpenSans-BoldItalic-webfont.ttf") format("truetype"), url("https://open-sans.com/fonts/OpenSans-BoldItalic-webfont.svg#OpenSansBoldItalic") format("svg") font-weight: bold font-weight: 700 font-style: italic @@ -69,16 +69,16 @@ @font-face font-family: "Open Sans" - src: url("https://cdn.rawgit.com/sebastienrousseau/skeletonic/9cf184f0/fonts/OpenSans-ExtraBold-webfont.eot") - src: url("https://cdn.rawgit.com/sebastienrousseau/skeletonic/9cf184f0/fonts/OpenSans-ExtraBold-webfont.eot?#iefix") format("embedded-opentype"), url("https://cdn.rawgit.com/sebastienrousseau/skeletonic/9cf184f0/fonts/OpenSans-ExtraBold-webfont.woff") format("woff"), url("https://cdn.rawgit.com/sebastienrousseau/skeletonic/9cf184f0/fonts/OpenSans-ExtraBold-webfont.ttf") format("truetype"), url("https://cdn.rawgit.com/sebastienrousseau/skeletonic/9cf184f0/fonts/OpenSans-ExtraBold-webfont.svg#OpenSansExtrabold") format("svg") + src: url("https://open-sans.com/fonts/OpenSans-ExtraBold-webfont.eot") + src: url("https://open-sans.com/fonts/OpenSans-ExtraBold-webfont.eot?#iefix") format("embedded-opentype"), url("https://open-sans.com/fonts/OpenSans-ExtraBold-webfont.woff") format("woff"), url("https://open-sans.com/fonts/OpenSans-ExtraBold-webfont.ttf") format("truetype"), url("https://open-sans.com/fonts/OpenSans-ExtraBold-webfont.svg#OpenSansExtrabold") format("svg") font-weight: 900 font-style: normal font-display: swap @font-face font-family: "Open Sans" - src: url("https://cdn.rawgit.com/sebastienrousseau/skeletonic/9cf184f0/fonts/OpenSans-ExtraBoldItalic-webfont.eot") - src: url("https://cdn.rawgit.com/sebastienrousseau/skeletonic/9cf184f0/fonts/OpenSans-ExtraBoldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("https://cdn.rawgit.com/sebastienrousseau/skeletonic/9cf184f0/fonts/OpenSans-ExtraBoldItalic-webfont.woff") format("woff"), url("https://cdn.rawgit.com/sebastienrousseau/skeletonic/9cf184f0/fonts/OpenSans-ExtraBoldItalic-webfont.ttf") format("truetype"), url("https://cdn.rawgit.com/sebastienrousseau/skeletonic/9cf184f0/fonts/OpenSans-ExtraBoldItalic-webfont.svg#OpenSansExtraboldItalic") format("svg") + src: url("https://open-sans.com/fonts/OpenSans-ExtraBoldItalic-webfont.eot") + src: url("https://open-sans.com/fonts/OpenSans-ExtraBoldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("https://open-sans.com/fonts/OpenSans-ExtraBoldItalic-webfont.woff") format("woff"), url("https://open-sans.com/fonts/OpenSans-ExtraBoldItalic-webfont.ttf") format("truetype"), url("https://open-sans.com/fonts/OpenSans-ExtraBoldItalic-webfont.svg#OpenSansExtraboldItalic") format("svg") font-weight: 900 font-style: italic font-display: swap