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!
43
+
42
44
A few options are available:
43
45
44
-
- Download the latest [release](https://github.com/reedia/skeletonic/archive/v1.0.89.zip)
46
+
- Download the latest [release](https://github.com/reedia/skeletonic/archive/v1.0.93.zip)
45
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:
46
48
47
49
```bash
48
50
npm install skeletonic
49
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:
53
+
54
+
```bash
55
+
yarn add skeletonic
56
+
```
50
57
51
58
- Or simply clone the main repository to get all source files including build scripts: `git clone https://github.com/reedia/skeletonic.git`
52
59
@@ -57,21 +64,21 @@ The Github project contains all source files which are compiled into the dist fo
57
64
```
58
65
Skeletonic
59
66
├── index.html
60
-
├── skeletonic-1.0.89.css
61
-
├── skeletonic-1.0.89.css.map
62
-
├── skeletonic-animations-1.0.89.css
63
-
├── skeletonic-animations-1.0.89.css.map
64
-
├── skeletonic-animations.min-1.0.89.css
65
-
├── skeletonic-colours-1.0.89.css
66
-
├── skeletonic-colours-1.0.89.css.map
67
-
├── skeletonic-colours.min-1.0.89.css
68
-
├── skeletonic-fonts-1.0.89.css
69
-
├── skeletonic-fonts-1.0.89.css.map
70
-
├── skeletonic-fonts.min-1.0.89.css
71
-
├── skeletonic-pattern-1.0.89.css
72
-
├── skeletonic-pattern-1.0.89.css.map
73
-
├── skeletonic-pattern.min-1.0.89.css
74
-
├── skeletonic.min-1.0.89.css
67
+
├── skeletonic.css
68
+
├── skeletonic.css.map
69
+
├── skeletonic-animations.css
70
+
├── skeletonic-animations.css.map
71
+
├── skeletonic-animations.min.css
72
+
├── skeletonic-colours.css
73
+
├── skeletonic-colours.css.map
74
+
├── skeletonic-colours.min.css
75
+
├── skeletonic-fonts.css
76
+
├── skeletonic-fonts.css.map
77
+
├── skeletonic-fonts.min.css
78
+
├── skeletonic-pattern.css
79
+
├── skeletonic-pattern.css.map
80
+
├── skeletonic-pattern.min.css
81
+
├── skeletonic.min.css
75
82
```
76
83
77
84
You simply then need to link one of these in your HTML document.
@@ -81,7 +88,7 @@ The link consists of just a simple line of HTML code that you will need to put i
0 commit comments