From 7ec6fa5a7d1703ddda620bd4153537e571619aad Mon Sep 17 00:00:00 2001 From: Anton Antonov Date: Tue, 16 Dec 2014 21:58:03 +0200 Subject: [PATCH 01/21] Cherry picked a typo --- css/skeleton.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/skeleton.css b/css/skeleton.css index 09442ec..5e855bc 100644 --- a/css/skeleton.css +++ b/css/skeleton.css @@ -240,7 +240,7 @@ select { border-radius: 4px; box-shadow: none; box-sizing: border-box; } -/* Removes awkard default styles on some inputs for iOS */ +/* Removes awkward default styles on some inputs for iOS */ input[type="email"], input[type="search"], input[type="text"], From d8615808cf78d03e6c6d7f31289fac6fc97ee143 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Per=20Sandstr=C3=B6m?= Date: Wed, 17 Dec 2014 19:58:12 +0100 Subject: [PATCH 02/21] Remove ending / in favicon MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Making things more consistent and the feather even lighter… --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 8483478..9e25abe 100644 --- a/index.html +++ b/index.html @@ -24,7 +24,7 @@ - + From 17cf331e8976e847d071986a6323dbc377723e5b Mon Sep 17 00:00:00 2001 From: Jina Bolton Date: Wed, 17 Dec 2014 14:48:52 -0800 Subject: [PATCH 03/21] Switch SASS to Sass. :) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5914c78..8143c17 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ All parts of Skeleton are free to use and abuse under the [open-source MIT licen The following are extensions to Skeleton built by the community. They are not officially supported, but all have been tested and are compatible with v2.0 (exact release noted): - [Skeleton on LESS](https://github.com/whatsnewsaes/Skeleton-less): Skeleton built with LESS for easier replacement of grid, color, and media queries. (Last update was to match v2.0.1) -- [Skeleton on SASS](https://github.com/whatsnewsaes/Skeleton-Sass): Skeleton built with SASS for easier replacement of grid, color, and media queries. (Last update was to match v2.0.1) +- [Skeleton on Sass](https://github.com/whatsnewsaes/Skeleton-Sass): Skeleton built with Sass for easier replacement of grid, color, and media queries. (Last update was to match v2.0.1) Have an extension you want to see here? Just shoot an email to hi@getskeleton.com with your extension! @@ -65,4 +65,4 @@ Skeleton was built using [Sublime Text 3](http://www.sublimetext.com/3) and desi ## Acknowledgement -Skeleton was created by [Dave Gamache](https://twitter.com/dhg) for a better web. \ No newline at end of file +Skeleton was created by [Dave Gamache](https://twitter.com/dhg) for a better web. From ffebc65ec81d2ea5d7c5003291b092b24ec0adfe Mon Sep 17 00:00:00 2001 From: smpaq Date: Sun, 21 Dec 2014 12:05:58 -0500 Subject: [PATCH 04/21] Removing redundant selector --- css/skeleton.css | 1 - 1 file changed, 1 deletion(-) diff --git a/css/skeleton.css b/css/skeleton.css index 5e855bc..d60b7bf 100644 --- a/css/skeleton.css +++ b/css/skeleton.css @@ -344,7 +344,6 @@ fieldset { margin-bottom: 1.5rem; } pre, blockquote, -form, dl, figure, table, From 6ce993fddf8a44bc07d20739f5202550b512041a Mon Sep 17 00:00:00 2001 From: dhg Date: Mon, 22 Dec 2014 11:27:56 -0800 Subject: [PATCH 05/21] adding a test version of bower.json, though I'm sure it's wrong for now --- bower.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..1275352 --- /dev/null +++ b/bower.json @@ -0,0 +1,28 @@ +{ + "name": "skeleton", + "version": "2.0.2", + "homepage": "http://getskeleton.com/", + "repository": { + "type": "git", + "url": "https://github.com/dhg/Skeleton" + }, + "authors": [ + "Dave Gamache (http://davegamache.com/)" + ], + "description": "Skeleton is a dead-simple, responsive boilerplate to kickstart any responsive project.", + "main": "css/skeleton.css", + "dependencies": { + "normalize.css": "3.0.2" + }, + "keywords": [ + "css", + "skeleton", + "responsive", + "boilerplate" + ], + "license": "MIT", + "ignore": [ + ".gitignore", + "*.md" + ], +} \ No newline at end of file From 2a7e6adcbc6ecd1a80b4fecdc9ee9ed5315cf80c Mon Sep 17 00:00:00 2001 From: dhg Date: Mon, 22 Dec 2014 11:29:31 -0800 Subject: [PATCH 06/21] removing test now that I get what's going on :) --- bower.json | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 bower.json diff --git a/bower.json b/bower.json deleted file mode 100644 index 1275352..0000000 --- a/bower.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "name": "skeleton", - "version": "2.0.2", - "homepage": "http://getskeleton.com/", - "repository": { - "type": "git", - "url": "https://github.com/dhg/Skeleton" - }, - "authors": [ - "Dave Gamache (http://davegamache.com/)" - ], - "description": "Skeleton is a dead-simple, responsive boilerplate to kickstart any responsive project.", - "main": "css/skeleton.css", - "dependencies": { - "normalize.css": "3.0.2" - }, - "keywords": [ - "css", - "skeleton", - "responsive", - "boilerplate" - ], - "license": "MIT", - "ignore": [ - ".gitignore", - "*.md" - ], -} \ No newline at end of file From 3c3dd7c6e2fee6406a13f7c82f9884e98a6672ce Mon Sep 17 00:00:00 2001 From: Jim Gallaher Date: Mon, 22 Dec 2014 20:09:28 -0600 Subject: [PATCH 07/21] add separate minified version of normalize.css --- css/normalize.min.css | 1 + 1 file changed, 1 insertion(+) create mode 100644 css/normalize.min.css diff --git a/css/normalize.min.css b/css/normalize.min.css new file mode 100644 index 0000000..c6043c3 --- /dev/null +++ b/css/normalize.min.css @@ -0,0 +1 @@ +/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0} From ee71477681cfc4beb10def86cd428eefd344312c Mon Sep 17 00:00:00 2001 From: Jim Gallaher Date: Mon, 22 Dec 2014 20:13:59 -0600 Subject: [PATCH 08/21] remove normlize.min.css --- css/normalize.min.css | 1 - 1 file changed, 1 deletion(-) delete mode 100644 css/normalize.min.css diff --git a/css/normalize.min.css b/css/normalize.min.css deleted file mode 100644 index c6043c3..0000000 --- a/css/normalize.min.css +++ /dev/null @@ -1 +0,0 @@ -/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0} From ef8c1471d93ab9aa83d0b1d0dc77e136768198ea Mon Sep 17 00:00:00 2001 From: Jim Gallaher Date: Tue, 23 Dec 2014 22:13:36 -0600 Subject: [PATCH 09/21] replace single quotes to double on index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 9e25abe..c81c190 100644 --- a/index.html +++ b/index.html @@ -15,7 +15,7 @@ - + From 0ed08360458fb35ad6bc7a917d1d2f1c90e36863 Mon Sep 17 00:00:00 2001 From: Niclas Darville Date: Fri, 26 Dec 2014 22:00:00 +0100 Subject: [PATCH 10/21] Added missing CSS rule for input[type="number"] --- css/skeleton.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/skeleton.css b/css/skeleton.css index d60b7bf..5ad0a84 100644 --- a/css/skeleton.css +++ b/css/skeleton.css @@ -226,6 +226,7 @@ input[type="button"].button-primary:focus { /* Forms –––––––––––––––––––––––––––––––––––––––––––––––––– */ input[type="email"], +input[type="number"], input[type="search"], input[type="text"], input[type="tel"], @@ -242,6 +243,7 @@ select { box-sizing: border-box; } /* Removes awkward default styles on some inputs for iOS */ input[type="email"], +input[type="number"], input[type="search"], input[type="text"], input[type="tel"], @@ -256,6 +258,7 @@ textarea { padding-top: 6px; padding-bottom: 6px; } input[type="email"]:focus, +input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, From 0f7d8cba762f8a57470a42445904024cd04fc9f6 Mon Sep 17 00:00:00 2001 From: Ben Hinchley Date: Sat, 27 Dec 2014 23:35:30 +1100 Subject: [PATCH 11/21] duplicate rule --- css/skeleton.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/css/skeleton.css b/css/skeleton.css index 5e855bc..daef8e6 100644 --- a/css/skeleton.css +++ b/css/skeleton.css @@ -353,8 +353,6 @@ ul, ol, form { margin-bottom: 2.5rem; } -p { - margin-top: 0; } /* Utilities From 08b0f50159a51de5b1c456988f227ea10cce6a7c Mon Sep 17 00:00:00 2001 From: dhg Date: Mon, 29 Dec 2014 08:47:24 -0800 Subject: [PATCH 12/21] removing all trailing whitespaces --- css/skeleton.css | 65 +++++++++++++++++++++++++----------------------- 1 file changed, 34 insertions(+), 31 deletions(-) diff --git a/css/skeleton.css b/css/skeleton.css index 4b5851c..3ea7a0e 100644 --- a/css/skeleton.css +++ b/css/skeleton.css @@ -9,7 +9,7 @@ /* Table of contents -–––––––––––––––––––––––––––––––––––––––––––––––––– +–––––––––––––––––––––––––––––––––––––––––––––––––– - Grid - Base Styles - Typography @@ -29,16 +29,16 @@ /* Grid –––––––––––––––––––––––––––––––––––––––––––––––––– */ .container { - position: relative; - width: 100%; - max-width: 960px; - margin: 0 auto; + position: relative; + width: 100%; + max-width: 960px; + margin: 0 auto; padding: 0 20px; box-sizing: border-box; } -.column, -.columns { - width: 100%; - float: left; +.column, +.columns { + width: 100%; + float: left; box-sizing: border-box; } /* For devices larger than 400px */ @@ -55,10 +55,10 @@ .column, .columns { margin-left: 4%; } - .column:first-child, - .columns:first-child { + .column:first-child, + .columns:first-child { margin-left: 0; } - + .one.column, .one.columns { width: 4.66666666667%; } .two.columns { width: 13.3333333333%; } @@ -116,10 +116,10 @@ /* Base Styles –––––––––––––––––––––––––––––––––––––––––––––––––– */ /* NOTE -html is set to 62.5% so that all the REM measurements throughout Skeleton +html is set to 62.5% so that all the REM measurements throughout Skeleton are based on 10px sizing. So basically 1.5rem = 15px :) */ -html { - font-size: 62.5%; } +html { + font-size: 62.5%; } body { font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */ line-height: 1.6; @@ -130,7 +130,7 @@ body { /* Typography –––––––––––––––––––––––––––––––––––––––––––––––––– */ -h1, h2, h3, h4, h5, h6 { +h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: 2rem; font-weight: 300; } @@ -157,13 +157,13 @@ p { /* Links –––––––––––––––––––––––––––––––––––––––––––––––––– */ -a { +a { color: #1EAEDB; } -a:hover { +a:hover { color: #0FA0CE; } -/* Buttons +/* Buttons –––––––––––––––––––––––––––––––––––––––––––––––––– */ .button, button, @@ -179,7 +179,7 @@ input[type="button"] { font-weight: 600; line-height: 38px; letter-spacing: .1rem; - text-transform: uppercase; + text-transform: uppercase; text-decoration: none; white-space: nowrap; background-color: transparent; @@ -229,6 +229,7 @@ input[type="email"], input[type="search"], input[type="text"], input[type="tel"], +input[type="number"], input[type="url"], input[type="password"], textarea, @@ -245,6 +246,7 @@ input[type="email"], input[type="search"], input[type="text"], input[type="tel"], +input[type="number"], input[type="url"], input[type="password"], textarea { @@ -259,6 +261,7 @@ input[type="email"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, +input[type="number"], input[type="url"]:focus, input[type="password"]:focus, textarea:focus, @@ -284,18 +287,18 @@ label > .label-body { /* Lists –––––––––––––––––––––––––––––––––––––––––––––––––– */ -ul { +ul { list-style: circle inside; } -ol { +ol { list-style: decimal inside; } ol, ul { padding-left: 0; margin-top: 0; } -ul ul, +ul ul, ul ol, -ol ol, -ol ul { - margin: 1.5rem 0 1.5rem 3rem; +ol ol, +ol ul { + margin: 1.5rem 0 1.5rem 3rem; font-size: 90%; } li { margin-bottom: 1rem; } @@ -375,7 +378,7 @@ hr { margin-bottom: 3.5rem; border-width: 0; border-top: 1px solid #E1E1E1; } - + /* Clearing –––––––––––––––––––––––––––––––––––––––––––––––––– */ @@ -383,7 +386,7 @@ hr { /* Self Clearing Goodness */ .container:after, .row:after, -.u-cf { +.u-cf { content: ""; display: table; clear: both; } @@ -392,10 +395,10 @@ hr { /* Media Queries –––––––––––––––––––––––––––––––––––––––––––––––––– */ /* -Note: The best way to structure the use of media queries is to create the queries +Note: The best way to structure the use of media queries is to create the queries near the relevant code. For example, if you wanted to change the styles for buttons -on small devices, paste the mobile query code up in the buttons section and style it -there. +on small devices, paste the mobile query code up in the buttons section and style it +there. */ From 412758bc640ed04dd3b655cddc50dd8825702d0d Mon Sep 17 00:00:00 2001 From: dhg Date: Mon, 29 Dec 2014 08:48:23 -0800 Subject: [PATCH 13/21] merging in the removing trailing whitespaces --- css/skeleton.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/css/skeleton.css b/css/skeleton.css index 615616c..1977728 100644 --- a/css/skeleton.css +++ b/css/skeleton.css @@ -230,7 +230,6 @@ input[type="number"], input[type="search"], input[type="text"], input[type="tel"], -input[type="number"], input[type="url"], input[type="password"], textarea, @@ -248,7 +247,6 @@ input[type="number"], input[type="search"], input[type="text"], input[type="tel"], -input[type="number"], input[type="url"], input[type="password"], textarea { @@ -264,7 +262,6 @@ input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, -input[type="number"], input[type="url"]:focus, input[type="password"]:focus, textarea:focus, From 3b84c54db3bec4380e4fc68f61331f83dc2443e8 Mon Sep 17 00:00:00 2001 From: dhg Date: Mon, 29 Dec 2014 09:33:17 -0800 Subject: [PATCH 14/21] gonna try to add bower stuff --- bower.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..b561ba5 --- /dev/null +++ b/bower.json @@ -0,0 +1,27 @@ +{ + "name": "skeleton", + "version": "2.0.2", + "homepage": "http://getskeleton.com/", + "repository": { + "type": "git", + "url": "https://github.com/dhg/Skeleton" + }, + "authors": [ + "Dave Gamache (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" + }, + "keywords": [ + "css", + "skeleton", + "responsive", + "boilerplate" + ], + "license": "MIT" +} \ No newline at end of file From c8160592856a9e91e14ded2d81dcac47f96076d8 Mon Sep 17 00:00:00 2001 From: dhg Date: Mon, 29 Dec 2014 09:37:33 -0800 Subject: [PATCH 15/21] updating to 2.0.3 --- css/skeleton.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/skeleton.css b/css/skeleton.css index 1977728..8599d40 100644 --- a/css/skeleton.css +++ b/css/skeleton.css @@ -1,10 +1,10 @@ /* -* Skeleton V2.0.2 +* Skeleton V2.0.3 * 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 */ From 5648a06d46dfbbd2ac4b89d7b3bb64f778566946 Mon Sep 17 00:00:00 2001 From: dhg Date: Mon, 29 Dec 2014 09:44:51 -0800 Subject: [PATCH 16/21] updating readme to new 2.0.3 download --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8143c17..702e9d3 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Check out 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.3/Skeleton-2.0.3.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 From 23d67f119e6b060f357cc40bf7aea6f0eb58c20b Mon Sep 17 00:00:00 2001 From: dhg Date: Mon, 29 Dec 2014 09:47:15 -0800 Subject: [PATCH 17/21] updating the bower json and going to test it more extensively now --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index b561ba5..629d4c7 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "skeleton", - "version": "2.0.2", + "version": "2.0.3", "homepage": "http://getskeleton.com/", "repository": { "type": "git", From 6fccc024ba5113d154005cc8c0639731dadb7433 Mon Sep 17 00:00:00 2001 From: dhg Date: Mon, 29 Dec 2014 09:48:28 -0800 Subject: [PATCH 18/21] small typo in bower.json --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 629d4c7..48411c5 100644 --- a/bower.json +++ b/bower.json @@ -12,7 +12,7 @@ "description": "Skeleton is a dead-simple, responsive boilerplate to kickstart any responsive project.", "main": [ "css/skeleton.css", - "index.html", + "index.html" ], "dependencies": { "normalize.css": "3.x.x" From 6101a6652ed26eaea839cdbfa26028396838a40d Mon Sep 17 00:00:00 2001 From: dhg Date: Mon, 29 Dec 2014 09:55:22 -0800 Subject: [PATCH 19/21] think I get how bower works and for now shouldn't have to even add normalize --- bower.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/bower.json b/bower.json index 48411c5..cf7ef21 100644 --- a/bower.json +++ b/bower.json @@ -10,13 +10,7 @@ "Dave Gamache (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", From 0d0adf7b4473f947ceb3ff7d1e249a0252f6dd47 Mon Sep 17 00:00:00 2001 From: dhg Date: Mon, 29 Dec 2014 10:19:54 -0800 Subject: [PATCH 20/21] updating the master branch for the new point release --- README.md | 2 +- bower.json | 2 +- css/skeleton.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 702e9d3..e908feb 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Check out for documentation and details. ## Getting started There are a couple ways to download Skeleton: -- [Download the zip](https://github.com/dhg/Skeleton/releases/download/2.0.3/Skeleton-2.0.3.zip) +- [Download the zip](https://github.com/dhg/Skeleton/releases/download/2.0.5/Skeleton-2.0.5.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) diff --git a/bower.json b/bower.json index cf7ef21..3c2b667 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "skeleton", - "version": "2.0.3", + "version": "2.0.5", "homepage": "http://getskeleton.com/", "repository": { "type": "git", diff --git a/css/skeleton.css b/css/skeleton.css index 8599d40..788f224 100644 --- a/css/skeleton.css +++ b/css/skeleton.css @@ -1,5 +1,5 @@ /* -* Skeleton V2.0.3 +* Skeleton V2.0.5 * Copyright 2014, Dave Gamache * www.getskeleton.com * Free to use under the MIT license. From 88f03612b05f093e3f235ced77cf89d3a8fcf846 Mon Sep 17 00:00:00 2001 From: dhg Date: Mon, 29 Dec 2014 10:29:28 -0800 Subject: [PATCH 21/21] fixing all the weird versioning I just had to do --- README.md | 2 +- bower.json | 2 +- css/skeleton.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e908feb..da83064 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Check out for documentation and details. ## Getting started There are a couple ways to download Skeleton: -- [Download the zip](https://github.com/dhg/Skeleton/releases/download/2.0.5/Skeleton-2.0.5.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) diff --git a/bower.json b/bower.json index 3c2b667..1dab019 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "skeleton", - "version": "2.0.5", + "version": "2.0.4", "homepage": "http://getskeleton.com/", "repository": { "type": "git", diff --git a/css/skeleton.css b/css/skeleton.css index 788f224..f28bf6c 100644 --- a/css/skeleton.css +++ b/css/skeleton.css @@ -1,5 +1,5 @@ /* -* Skeleton V2.0.5 +* Skeleton V2.0.4 * Copyright 2014, Dave Gamache * www.getskeleton.com * Free to use under the MIT license.