Compare commits

..

No commits in common. "master" and "2.0.3" have entirely different histories.

4 changed files with 14 additions and 9 deletions

View File

@ -1,7 +1,6 @@
The MIT License (MIT) The MIT License (MIT)
Copyright (c) 2011-2014 Dave Gamache Copyright (c) 2011-2014 Dave Gamache
Copyright (c) 2023 Bit Goblin
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View File

@ -6,7 +6,7 @@ Check out <http://getskeleton.com> for documentation and details.
## Getting started ## Getting started
There are a couple ways to download Skeleton: There are a couple ways to download Skeleton:
- [Download the zip](https://github.com/dhg/Skeleton/releases/download/2.0.4/Skeleton-2.0.4.zip) - [Download the zip](https://github.com/dhg/Skeleton/releases/download/v2.0.2/Skeleton-2.0.2.zip)
- Clone the repo: `git clone https://github.com/dhg/Skeleton.git` (Note: this is under active development, so if you're looking for stable and safe, use the zipped download) - Clone the repo: `git clone https://github.com/dhg/Skeleton.git` (Note: this is under active development, so if you're looking for stable and safe, use the zipped download)

View File

@ -1,6 +1,6 @@
{ {
"name": "skeleton", "name": "skeleton",
"version": "2.0.4", "version": "2.0.2",
"homepage": "http://getskeleton.com/", "homepage": "http://getskeleton.com/",
"repository": { "repository": {
"type": "git", "type": "git",
@ -10,7 +10,13 @@
"Dave Gamache <hello@davegamache.com> (http://davegamache.com/)" "Dave Gamache <hello@davegamache.com> (http://davegamache.com/)"
], ],
"description": "Skeleton is a dead-simple, responsive boilerplate to kickstart any responsive project.", "description": "Skeleton is a dead-simple, responsive boilerplate to kickstart any responsive project.",
"main": "css/skeleton.css", "main": [
"css/skeleton.css",
"index.html",
],
"dependencies": {
"normalize.css": "3.x.x"
},
"keywords": [ "keywords": [
"css", "css",
"skeleton", "skeleton",

4
css/skeleton.css vendored
View File

@ -1,10 +1,10 @@
/* /*
* Skeleton V2.0.4 * Skeleton V2.0.2
* Copyright 2014, Dave Gamache * Copyright 2014, Dave Gamache
* www.getskeleton.com * www.getskeleton.com
* Free to use under the MIT license. * Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php * http://www.opensource.org/licenses/mit-license.php
* 12/29/2014 * 12/15/2014
*/ */