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

Commit 0cc6626

Browse files
author
Release Bot
committed
v1.0.95
1 parent 3ac0f13 commit 0cc6626

40 files changed

+4197
-1311
lines changed

README.md

Lines changed: 45 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -10,62 +10,54 @@
1010

1111
<p align="center">Simply designed to fit your cascading web life.</p>
1212

13-
<p align="center"><strong>Version: 1.0.93</strong></p>
13+
<p align="center"><strong>Version: 1.0.95</strong></p>
1414

1515
<p align="center">
16-
<a href="https://github.com/reedia/skeletonic/archive/v1.0.93.zip" class="button primary">Download</a>
16+
<a href="https://github.com/reedia/skeletonic/archive/v1.0.95.zip" class="button primary">Download</a>
1717
</p>
1818

1919
[![NPM](https://nodei.co/npm/skeletonic.png)](https://nodei.co/npm/skeletonic/)
2020

2121
[![npm version](https://badge.fury.io/js/skeletonic.svg)](https://badge.fury.io/js/skeletonic)
2222
[![Build Status](https://travis-ci.org/reedia/skeletonic.svg?branch=master)](https://travis-ci.org/reedia/skeletonic)
2323
[![Packagist](https://img.shields.io/badge/license-MIT-blue.svg)](https://skeletonic.github.io/license)
24-
2524
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Freedia%2Fskeletonic.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Freedia%2Fskeletonic?ref=badge_shield)
2625

2726
## Table of contents
2827

29-
- [Getting Started](#getting-started)
30-
- [What's in the box](#whats-in-the-box)
31-
- [Alternate CDN locations](#alternate-cdn-locations)
32-
- [Built With](#built-with)
33-
- [Contributing](#contributing)
34-
- [Code of Conduct](#code-of-conduct)
35-
- [Our Values](#our-values)
36-
- [History](#history)
37-
- [License](#license)
38-
- [Acknowledgements](#acknowledgements)
28+
- [Getting Started](#getting-started)
29+
- [What's included](#whats-included)
30+
- [Extend](#extend)
31+
- [Alternate CDN locations](#alternate-cdn-locations)
32+
- [Versioning](#versioning)
33+
- [Built With](#built-with)
34+
- [Contributing](#contributing)
35+
- [Code of Conduct](#code-of-conduct)
36+
- [Our Values](#our-values)
37+
- [History](#history)
38+
- [License](#license)
39+
- [Acknowledgements](#acknowledgements)
3940

4041
## Getting Started
4142

4243
Skeletonic is constantly in development. Try it out now!
44+
### Local Setup
4345

44-
A few options are available:
45-
46-
- Download the latest [release](https://github.com/reedia/skeletonic/archive/v1.0.93.zip)
47-
- 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:
48-
49-
```bash
50-
npm install skeletonic
51-
```
52-
- 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:
46+
Several quick start options are available:
5347

54-
```bash
55-
yarn add skeletonic
56-
```
48+
- [Download the latest release](https://github.com/reedia/skeletonic/archive/v1.0.95.zip)
49+
- 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```
50+
- 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```
51+
- Clone the main repository to get all source files including build scripts: `git clone https://github.com/reedia/skeletonic.git`
5752

58-
- Or simply clone the main repository to get all source files including build scripts: `git clone https://github.com/reedia/skeletonic.git`
53+
## What's included
5954

60-
## What's in the box
55+
Within the download you'll find all the source files, compiled and minified CSS bundles as well as the [CSS sourcemaps](https://developers.google.com/web/tools/chrome-devtools/javascript/source-maps) grouped into the ```dist``` folder.
6156

62-
The Github project contains all source files which are compiled into the dist folder. Within the release you'll find the following directory and external style sheets with both compiled, minified CSS variations and CSS sourcemaps:
57+
You'll see something like this:
6358

6459
```
65-
Skeletonic
66-
├── index.html
67-
├── skeletonic.css
68-
├── skeletonic.css.map
60+
skeletonic-1.0.95
6961
├── skeletonic-animations.css
7062
├── skeletonic-animations.css.map
7163
├── skeletonic-animations.min.css
@@ -78,50 +70,49 @@ Skeletonic
7870
├── skeletonic-pattern.css
7971
├── skeletonic-pattern.css.map
8072
├── skeletonic-pattern.min.css
81-
├── skeletonic.min.css
73+
├── skeletonic.css
74+
├── skeletonic.css.map
75+
└── skeletonic.min.css
8276
```
77+
Now simply link one of these CSS in your HTML document. In that case, the quickest and easiest way to start using skeletonic is to include a reference to the minified CSS file.
8378

84-
You simply then need to link one of these in your HTML document.
79+
```<link rel="stylesheet" type="text/css" href="skeletonic.min.css" />```
8580

86-
The link consists of just a simple line of HTML code that you will need to put in the ```<head>``` section of your HTML document:
81+
The link consists of just a simple line of HTML code that you will need to put in the ```<head>``` section of your HTML document.
8782

88-
#### Default CSS
83+
We also provide production-ready versions and use **[unpkg](https://unpkg.com/)** as our preferred CDN to link to the latest production version. **[unpkg](https://unpkg.com/)** is a fast, global content delivery network for everything on npm.
8984

90-
```
91-
<link rel="stylesheet" type="text/css" href="skeletonic.min.css" />
92-
```
85+
Please feel free to grab the latest:
9386

94-
We also offer production-ready versions and use unpkg as our CDN to link to the latest production version
87+
```<link rel="stylesheet" type="text/css" href="https://unpkg.com/skeletonic/dist/skeletonic.min.css" />```
9588

96-
```
97-
<link rel="stylesheet" type="text/css" href="https://unpkg.com/skeletonic" />
98-
```
89+
You can also specify a specific version as per below. The latest version as of today is 1.0.95.
90+
91+
```<link rel="stylesheet" type="text/css" href="https://unpkg.com/[email protected]/dist/skeletonic.min.css" />```
9992

93+
## Extend
94+
95+
We provide a growing library of extensible CSS module files, utilities, themes and components ready to use as is to fit your web needs.
10096
#### CSS Responsive Grid-View
101-
```
102-
<link rel="stylesheet" type="text/css" href="skeletonic-pattern.min.css" />
103-
```
97+
```<link rel="stylesheet" type="text/css" href="skeletonic-pattern.min.css" />```
10498

10599
#### CSS Colours
106-
```
107-
<link rel="stylesheet" type="text/css" href="skeletonic-colours.min.css" />
108-
```
100+
```<link rel="stylesheet" type="text/css" href="skeletonic-colours.min.css" />```
109101

110102
#### CSS Animations
111-
```
112-
<link rel="stylesheet" type="text/css" href="skeletonic-animations.min.css" />
113-
```
103+
```<link rel="stylesheet" type="text/css" href="skeletonic-animations.min.css" />```
114104

115105
## Alternate CDN locations
116106
The following table lists alternate CDN locations where Skeletonic is hosted.
117107

118108
| CDN | URL | HTTPS | Combo |
119109
|---|---|---|---|
120-
| [unpkg](https://unpkg.com/) | https://unpkg.com/[email protected].93/dist/skeletonic.min.css | Yes | No |
110+
| [unpkg](https://unpkg.com/) | https://unpkg.com/[email protected].95/dist/skeletonic.min.css | Yes | No |
121111
| [jsDelivr](https://www.jsdelivr.com/) | https://cdn.jsdelivr.net/npm/skeletonic/dist/skeletonic.min.css | Yes | Yes |
122112
| [RawGit](http://rawgit.com/) | https://cdn.rawgit.com/reedia/skeletonic/master/dist/skeletonic.min.css | Yes | No |
123113

124-
114+
## Versioning
115+
For transparency into our release cycle and in striving to maintain backward compatibility, Skeletonic is maintained under the [Semantic Versioning](https://semver.org/) guidelines.
125116

126117
## Built With
127118
- [Gulp](https://gulpjs.com/) - The streaming build system

dist/skeletonic-animations.css

Lines changed: 74 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)