Compare commits
8 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
bb9759b6ec | ||
|
88f03612b0 | ||
|
0d0adf7b44 | ||
|
6101a6652e | ||
|
6fccc024ba | ||
|
23d67f119e | ||
|
5648a06d46 | ||
|
c816059285 |
@ -1,6 +1,7 @@
|
|||||||
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
|
||||||
|
@ -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/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)
|
- 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)
|
||||||
|
|
||||||
|
|
||||||
|
10
bower.json
10
bower.json
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "skeleton",
|
"name": "skeleton",
|
||||||
"version": "2.0.2",
|
"version": "2.0.4",
|
||||||
"homepage": "http://getskeleton.com/",
|
"homepage": "http://getskeleton.com/",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@ -10,13 +10,7 @@
|
|||||||
"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": [
|
"main": "css/skeleton.css",
|
||||||
"css/skeleton.css",
|
|
||||||
"index.html",
|
|
||||||
],
|
|
||||||
"dependencies": {
|
|
||||||
"normalize.css": "3.x.x"
|
|
||||||
},
|
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"css",
|
"css",
|
||||||
"skeleton",
|
"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
|
* 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/15/2014
|
* 12/29/2014
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user