From 5c3d561163940b03b73c2f6b0653bbd93020ec44 Mon Sep 17 00:00:00 2001 From: Dennis Thompson Date: Thu, 21 Jan 2016 19:03:22 -0800 Subject: [PATCH] 2.5.2 1. Fixes issue #22 2. Added description for sache.json 3. Updated README.md 4. New release :) --- README.md | 5 +++++ bower.json | 2 +- sache.json | 2 +- skeleton/core/_config.scss | 1 - skeleton_template.scss | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2bd2e8a..6034b74 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,9 @@ Skeleton Sass is community driven. We will gladly review any issues that you fin Changelog --------- +### 2.5.2 +* Fixes [issue #22](https://github.com/atomicpages/skeleton-sass/issues/22) + ### 2.5.1 * Fixes [issue #16](https://github.com/atomicpages/skeleton-sass/issues/16) @@ -190,3 +193,5 @@ Contributors * [thomasvandongen](https://github.com/thomasvandongen * Pull request [0af774f](https://github.com/atomicpages/skeleton-sass/pull/20) * **Note:** as a result of his work we can finally close [issue #16](https://github.com/atomicpages/skeleton-sass/issues/16) +* [seshaljain](https://github.com/seshaljain) + * [Issue #22](https://github.com/atomicpages/skeleton-sass/issues/22) diff --git a/bower.json b/bower.json index 6ab03a0..f39da3b 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "skeleton-sass", - "version": "2.5.1", + "version": "2.5.2", "author": "Dennis Thompson", "homepage": "http://atomicpages.github.io/skeleton-sass/", "repository": { diff --git a/sache.json b/sache.json index 804f27d..6f2a947 100644 --- a/sache.json +++ b/sache.json @@ -1,6 +1,6 @@ { "name": "skeleton-sass", - "description": "Description of project", + "description": "Skeleton Sass is a highly modularized version of Skeleton CSS [written in Sass]", "tags": [ "framework", "responsive", diff --git a/skeleton/core/_config.scss b/skeleton/core/_config.scss index 8b44b4c..4cd8c4e 100644 --- a/skeleton/core/_config.scss +++ b/skeleton/core/_config.scss @@ -50,4 +50,3 @@ $use-new-grid: true !global; // Uses the new grid released in Skeleton CSS 2 @import "functions"; @import "mixins"; // @import "../../_MYconfig.scss"; -@import "../../_demo.config.scss"; diff --git a/skeleton_template.scss b/skeleton_template.scss index 7030be6..616c4f1 100644 --- a/skeleton_template.scss +++ b/skeleton_template.scss @@ -3,7 +3,7 @@ * @author Dennis Thompson * @copyright Copyright (c) 2014 AtomicPages LLC * @license MIT - * @version 2.5.0 + * @version 2.5.2 */ @import "skeleton/themes/loader"; // sass --update -C skeleton.scss:skeleton.css