diff --git a/README.md b/README.md index a14f626..144a6b1 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,10 @@ Skeleton SASS is community driven. We will gladly review any issues that you fin Changelog --------- +### 1.6.3 +* Removed local configuration from automatically importing. Now all you need to to is uncomment the line in order for the import to work [issue #13](https://github.com/atomicpages/skeleton-sass/issues/13). [See the wiki](https://github.com/atomicpages/skeleton-sass/wiki/Setting-up-Skeleton-Sass-with-Bower) for information regarding preserving changes when using bower +* Added releases so everyone can install legacy versions of Skeleton Sass via bower starting with this version! + ### 1.6.2 * Added local configuration file that won't be overridden when updating with bower. * Updated `bower.json` to exclude `demo` and development files from being installed with bower diff --git a/bourbon/base.scss b/bourbon/base.scss index cd4a247..e962dca 100644 --- a/bourbon/base.scss +++ b/bourbon/base.scss @@ -6,12 +6,11 @@ * @author Dennis Thompson * @copyright Copyright (c) 2013 AtomicPages LLC * @license MIT - * @version 1.6.2 + * @version 1.6.3 */ // IMPORTS @import "vars"; // import _vars -@import "config"; @import "mixins"; // import _mixins diff --git a/bourbon/layout.scss b/bourbon/layout.scss index 0f18b13..0e4d089 100644 --- a/bourbon/layout.scss +++ b/bourbon/layout.scss @@ -6,12 +6,11 @@ * @author Dennis Thompson * @copyright Copyright (c) 2013 AtomicPages LLC * @license MIT - * @version 1.6.2 + * @version 1.6.3 */ // IMPORTS @import "vars"; // import _global_variables.scss -@import "config"; @import "mixins"; // import _mixins.scss /* SITE STYLES diff --git a/bourbon/skeleton.scss b/bourbon/skeleton.scss index f285d20..8d1b306 100644 --- a/bourbon/skeleton.scss +++ b/bourbon/skeleton.scss @@ -6,12 +6,11 @@ * @author Dennis Thompson * @copyright Copyright (c) 2013 AtomicPages LLC * @license MIT - * @version 1.6.2 + * @version 1.6.3 */ // IMPORTS @import "vars"; // import _vars -@import "config"; @import "mixins"; // import _mixins // VARIABLE OVERRIDE EXAMPLES diff --git a/bower.json b/bower.json index e62f232..e40c313 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "skeleton-sass", - "version": "1.6.2", + "version": "1.6.3", "author": "Dennis Thompson", "homepage": "http://atomicpages.github.io/skeleton-sass/", "repository": { diff --git a/compass/base.scss b/compass/base.scss index c45dfe3..e8e8d13 100644 --- a/compass/base.scss +++ b/compass/base.scss @@ -6,13 +6,12 @@ * @author Dennis Thompson * @copyright Copyright (c) 2013 AtomicPages LLC * @license MIT - * @version 1.6.2 + * @version 1.6.3 */ // IMPORTS @import "compass/css3"; @import "vars"; // import _vars -@import "config"; @import "mixins"; // import _mixins diff --git a/compass/layout.scss b/compass/layout.scss index 0f18b13..0e4d089 100644 --- a/compass/layout.scss +++ b/compass/layout.scss @@ -6,12 +6,11 @@ * @author Dennis Thompson * @copyright Copyright (c) 2013 AtomicPages LLC * @license MIT - * @version 1.6.2 + * @version 1.6.3 */ // IMPORTS @import "vars"; // import _global_variables.scss -@import "config"; @import "mixins"; // import _mixins.scss /* SITE STYLES diff --git a/compass/skeleton.scss b/compass/skeleton.scss index f285d20..8d1b306 100644 --- a/compass/skeleton.scss +++ b/compass/skeleton.scss @@ -6,12 +6,11 @@ * @author Dennis Thompson * @copyright Copyright (c) 2013 AtomicPages LLC * @license MIT - * @version 1.6.2 + * @version 1.6.3 */ // IMPORTS @import "vars"; // import _vars -@import "config"; @import "mixins"; // import _mixins // VARIABLE OVERRIDE EXAMPLES diff --git a/demo/index.html b/demo/index.html index 1b34682..a30fe3e 100644 --- a/demo/index.html +++ b/demo/index.html @@ -148,6 +148,13 @@

Find a Bug?

Changelog

+
1.6.3
+
    +
  • Removed local configuration issue #13. See the wiki for information regarding preserving changes when using bower
  • +
  • Added releases so everyone can install legacy versions of Skeleton Sass via bower starting with this version!
  • +
+
+
1.6.2
  • Added local configuration file that won't be overridden when updating with bower.
  • Updated bower.json to exclude demo and development files from being installed with bower
  • diff --git a/sass/base.scss b/sass/base.scss index 21db399..6c6a39c 100644 --- a/sass/base.scss +++ b/sass/base.scss @@ -6,12 +6,11 @@ * @author Dennis Thompson * @copyright Copyright (c) 2013 AtomicPages LLC * @license MIT - * @version 1.6.2 + * @version 1.6.3 */ // IMPORTS @import "vars"; // import _vars -@import "config"; @import "mixins"; // import _mixins diff --git a/sass/layout.scss b/sass/layout.scss index 1f5c756..f558e7e 100644 --- a/sass/layout.scss +++ b/sass/layout.scss @@ -6,12 +6,11 @@ * @author Dennis Thompson * @copyright Copyright (c) 2013 AtomicPages LLC * @license MIT - * @version 1.6.2 + * @version 1.6.3 */ // IMPORTS @import "vars"; // import _global_variables.scss -@import "config"; @import "mixins"; // import _mixins.scss /* SITE STYLES diff --git a/sass/skeleton.scss b/sass/skeleton.scss index dd36952..5359f15 100644 --- a/sass/skeleton.scss +++ b/sass/skeleton.scss @@ -6,12 +6,11 @@ * @author Dennis Thompson * @copyright Copyright (c) 2013 AtomicPages LLC * @license MIT - * @version 1.6.2 + * @version 1.6.3 */ // IMPORTS @import "vars"; // import _vars -@import "config"; @import "mixins"; // import _mixins // VARIABLE OVERRIDE EXAMPLES