Skip to content

Commit

Permalink
2.0.0-a4
Browse files Browse the repository at this point in the history
Added a few shell scripts to handle the initial setup and also to handle upgrades to skeleton sass. Moved user config to project root and renamed skeleton.scss to skeleton_template.scss.
  • Loading branch information
atomicpages authored and atomicpages committed May 20, 2014
1 parent dd47bd2 commit 88f5235
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 20 deletions.
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
.bundle
.config
.sass-cache
compass/css
sass/css
flavors/*/css
*.config.scss
skeleton.scss
skeleton.css
coverage
InstalledFiles
lib/bundler/man
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.7.0",
"version": "1.6.3",
"author": "Dennis Thompson",
"homepage": "http://atomicpages.github.io/skeleton-sass/",
"repository": {
Expand Down
11 changes: 0 additions & 11 deletions core/_MYconfig.scss

This file was deleted.

2 changes: 1 addition & 1 deletion core/_config.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ $mobileLandscapeWidth: 420px;
// ------ IMPORTS. DO NOT CHANGE
@import "dependencies";
@import "mixins";
// @import "MYconfig";
// @import "_MYconfig.scss";
5 changes: 0 additions & 5 deletions skeleton.scss

This file was deleted.

0 comments on commit 88f5235

Please sign in to comment.