You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 14, 2023. It is now read-only.
Skeletonic is constantly in development. Try it out now!
44
+
### Local Setup
43
45
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:
53
47
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`
57
52
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
59
54
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.
61
56
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:
63
58
64
59
```
65
-
Skeletonic
66
-
├── index.html
67
-
├── skeletonic.css
68
-
├── skeletonic.css.map
60
+
skeletonic-1.0.95
69
61
├── skeletonic-animations.css
70
62
├── skeletonic-animations.css.map
71
63
├── skeletonic-animations.min.css
@@ -78,50 +70,49 @@ Skeletonic
78
70
├── skeletonic-pattern.css
79
71
├── skeletonic-pattern.css.map
80
72
├── skeletonic-pattern.min.css
81
-
├── skeletonic.min.css
73
+
├── skeletonic.css
74
+
├── skeletonic.css.map
75
+
└── skeletonic.min.css
82
76
```
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.
83
78
84
-
You simply then need to link one of these in your HTML document.
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.
87
82
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.
|[RawGit](http://rawgit.com/)|https://cdn.rawgit.com/reedia/skeletonic/master/dist/skeletonic.min.css| Yes | No |
123
113
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.
125
116
126
117
## Built With
127
118
-[Gulp](https://gulpjs.com/) - The streaming build system
0 commit comments