Skip to content

Commit

Permalink
1.6.3
Browse files Browse the repository at this point in the history
Removed local configuration so bower users have an easier time, added tags, and other changes.
  • Loading branch information
Dennis Thompson committed May 18, 2014
1 parent b06baff commit 0721fc4
Show file tree
Hide file tree
Showing 12 changed files with 21 additions and 19 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions bourbon/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@
* @author Dennis Thompson <http://www.atomicpages.net>
* @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


Expand Down
3 changes: 1 addition & 2 deletions bourbon/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@
* @author Dennis Thompson <http://www.atomicpages.net>
* @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
Expand Down
3 changes: 1 addition & 2 deletions bourbon/skeleton.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@
* @author Dennis Thompson <http://www.atomicpages.net>
* @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
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
3 changes: 1 addition & 2 deletions compass/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@
* @author Dennis Thompson <http://www.atomicpages.net>
* @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


Expand Down
3 changes: 1 addition & 2 deletions compass/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@
* @author Dennis Thompson <http://www.atomicpages.net>
* @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
Expand Down
3 changes: 1 addition & 2 deletions compass/skeleton.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@
* @author Dennis Thompson <http://www.atomicpages.net>
* @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
Expand Down
7 changes: 7 additions & 0 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,13 @@ <h3>Find a Bug?</h3>

<h3>Changelog</h3>
<section class="changelog first">
<h5>1.6.3</h5>
<ul>
<li>Removed local configuration <a href="https://github.com/atomicpages/skeleton-sass/issues/13">issue #13</a>. <a href="https://github.com/atomicpages/skeleton-sass/wiki/Setting-up-Skeleton-Sass-with-Bower">See the wiki</a> for information regarding preserving changes when using bower</li>
<li>Added releases so everyone can install legacy versions of Skeleton Sass via bower starting with this version!</li>
</ul>
</section>
<section class="changelog">
<h5>1.6.2</h5>
<li>Added local configuration file that won't be overridden when updating with bower.</li>
<li>Updated <code>bower.json</code> to exclude <code>demo</code> and development files from being installed with bower</li>
Expand Down
3 changes: 1 addition & 2 deletions sass/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@
* @author Dennis Thompson <http://www.atomicpages.net>
* @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


Expand Down
3 changes: 1 addition & 2 deletions sass/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@
* @author Dennis Thompson <http://www.atomicpages.net>
* @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
Expand Down
3 changes: 1 addition & 2 deletions sass/skeleton.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@
* @author Dennis Thompson <http://www.atomicpages.net>
* @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
Expand Down

0 comments on commit 0721fc4

Please sign in to comment.