Skip to content

Commit

Permalink
v1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienrousseau committed Jul 3, 2021
1 parent 7c7845c commit 672d610
Show file tree
Hide file tree
Showing 185 changed files with 8,205 additions and 1,546 deletions.
4 changes: 2 additions & 2 deletions COPYRIGHT
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Skeletonic Stylus Library v1.0.7
/*
* Skeletonic Stylus Library v1.0.8
* https://skeletonicstylus.com
*
* Copyright (c) Sebastien Rousseau 2021. All rights reserved
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The library provides modular components built for speed, higher performance, wit
Whether you're looking to integrate a common set of components into an existing website or mobile app, or need more control over the components, we've got you covered.

[![Getting Started](./images/button-primary.svg)](#getting-started)
[![Download Skeletonic Stylus v1.0.7](./images/button-secondary.svg)](https://github.com/sebastienrousseau/skeletonic-stylus/archive/v1.0.7.zip)
[![Download Skeletonic Stylus v1.0.8](./images/button-secondary.svg)](https://github.com/sebastienrousseau/skeletonic-stylus/archive/v1.0.8.zip)

## Table of contents

Expand Down Expand Up @@ -62,8 +62,8 @@ The following table lists alternate CDN locations where Skeletonic Stylus is hos

| CDN | URL | HTTPS | Combo |
|---|---|---|---|
| [unpkg](https://unpkg.com/) | <https://unpkg.com/skeletonic-stylus@1.0.7/css/skeletonic.min.css> | Yes | No |
| [jsDelivr](https://www.jsdelivr.com/) | <https://cdn.jsdelivr.net/npm/skeletonic-stylus@1.0.7/css/skeletonic.min.css> | Yes | Yes |
| [unpkg](https://unpkg.com/) | <https://unpkg.com/skeletonic-stylus@1.0.8/css/skeletonic.min.css> | Yes | No |
| [jsDelivr](https://www.jsdelivr.com/) | <https://cdn.jsdelivr.net/npm/skeletonic-stylus@1.0.8/css/skeletonic.min.css> | Yes | Yes |

#### From GitHub

Expand All @@ -76,7 +76,7 @@ Within the download you'll find all the Stylus source files, compiled and minifi
You'll see something like this:

```bash
skeletonic-1.0.7
skeletonic-1.0.8
dist
├── README.md
├── css
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "skeletonic-stylus",
"version": "1.0.7",
"version": "1.0.8",
"homepage": "https://skeletonicstylus.com",
"author": "Sebastien Rousseau (https://github.com/sebastienrousseau/skeletonic-stylus)",
"description": "A lightweight, intuitive, accessible and ultra-responsive Stylus Library to streamline your digital and mobile web development needs.",
Expand Down
8 changes: 4 additions & 4 deletions dist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The library provides modular components built for speed, higher performance, wit
Whether you're looking to integrate a common set of components into an existing website or mobile app, or need more control over the components, we've got you covered.

[![Getting Started](./images/button-primary.svg)](#getting-started)
[![Download Skeletonic Stylus v1.0.7](./images/button-secondary.svg)](https://github.com/sebastienrousseau/skeletonic-stylus/archive/v1.0.7.zip)
[![Download Skeletonic Stylus v1.0.8](./images/button-secondary.svg)](https://github.com/sebastienrousseau/skeletonic-stylus/archive/v1.0.8.zip)

## Table of contents

Expand Down Expand Up @@ -62,8 +62,8 @@ The following table lists alternate CDN locations where Skeletonic Stylus is hos

| CDN | URL | HTTPS | Combo |
|---|---|---|---|
| [unpkg](https://unpkg.com/) | <https://unpkg.com/skeletonic-stylus@1.0.7/css/skeletonic.min.css> | Yes | No |
| [jsDelivr](https://www.jsdelivr.com/) | <https://cdn.jsdelivr.net/npm/skeletonic-stylus@1.0.7/css/skeletonic.min.css> | Yes | Yes |
| [unpkg](https://unpkg.com/) | <https://unpkg.com/skeletonic-stylus@1.0.8/css/skeletonic.min.css> | Yes | No |
| [jsDelivr](https://www.jsdelivr.com/) | <https://cdn.jsdelivr.net/npm/skeletonic-stylus@1.0.8/css/skeletonic.min.css> | Yes | Yes |

#### From GitHub

Expand All @@ -76,7 +76,7 @@ Within the download you'll find all the Stylus source files, compiled and minifi
You'll see something like this:

```bash
skeletonic-1.0.7
skeletonic-1.0.8
dist
├── README.md
├── css
Expand Down
Loading

0 comments on commit 672d610

Please sign in to comment.