Compare commits
7 Commits
Author | SHA1 | Date | |
---|---|---|---|
88f03612b0 | |||
0d0adf7b44 | |||
6101a6652e | |||
6fccc024ba | |||
23d67f119e | |||
5648a06d46 | |||
c816059285 |
@ -6,7 +6,7 @@ Check out <http://getskeleton.com> for documentation and details.
|
||||
## Getting started
|
||||
|
||||
There are a couple ways to download Skeleton:
|
||||
- [Download the zip](https://github.com/dhg/Skeleton/releases/download/v2.0.2/Skeleton-2.0.2.zip)
|
||||
- [Download the zip](https://github.com/dhg/Skeleton/releases/download/2.0.4/Skeleton-2.0.4.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)
|
||||
|
||||
|
||||
@ -27,9 +27,9 @@ Skeleton/
|
||||
|
||||
### Why it's awesome
|
||||
|
||||
Skeleton is lightweight and simple. It styles only raw HTML elements (with a few exceptions) and provides a responsive grid. Nothing more.
|
||||
Skeleton is lightweight and simple. It styles only raw HTML elements (with a few exceptions) and provides a responsive grid. Nothing more.
|
||||
- Around 400 lines of CSS unminified and with comments
|
||||
- It's a starting point, not a UI framework
|
||||
- It's a starting point, not a UI framework
|
||||
- No compiling or installing...just vanilla CSS
|
||||
|
||||
|
||||
|
10
bower.json
10
bower.json
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "skeleton",
|
||||
"version": "2.0.2",
|
||||
"version": "2.0.4",
|
||||
"homepage": "http://getskeleton.com/",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -10,13 +10,7 @@
|
||||
"Dave Gamache <hello@davegamache.com> (http://davegamache.com/)"
|
||||
],
|
||||
"description": "Skeleton is a dead-simple, responsive boilerplate to kickstart any responsive project.",
|
||||
"main": [
|
||||
"css/skeleton.css",
|
||||
"index.html",
|
||||
],
|
||||
"dependencies": {
|
||||
"normalize.css": "3.x.x"
|
||||
},
|
||||
"main": "css/skeleton.css",
|
||||
"keywords": [
|
||||
"css",
|
||||
"skeleton",
|
||||
|
4
css/skeleton.css
vendored
4
css/skeleton.css
vendored
@ -1,10 +1,10 @@
|
||||
/*
|
||||
* Skeleton V2.0.2
|
||||
* Skeleton V2.0.4
|
||||
* Copyright 2014, Dave Gamache
|
||||
* www.getskeleton.com
|
||||
* Free to use under the MIT license.
|
||||
* http://www.opensource.org/licenses/mit-license.php
|
||||
* 12/15/2014
|
||||
* 12/29/2014
|
||||
*/
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user