From 0136297dcc52d12d4c44a2d37ba254970612869b Mon Sep 17 00:00:00 2001 From: Dennis Date: Fri, 1 Aug 2014 09:22:14 -0700 Subject: [PATCH] 2.0.1 Fixed a few things in the readme, removed some sache keywords and added some, and added gitattributes to bower ignore --- README.md | 7 ++++--- bower.json | 1 + sache.json | 9 +++++---- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index a6c2778..04e8b99 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ If you are not new to Sass and you've tried other Skeleton CSS Sass ports and ha 5. Upgradeable ### Dependencies -The only dependency Skeleton Sass is Sass 3.3+. Any other libraries (e.g. Bourbon) are up to you to include if you wish. +The only dependency for Skeleton Sass to run is Sass 3.3+. Any other libraries (e.g. Bourbon) are up to you to include if you wish. **Warning:** The current stable release of Compass does *not* support Sass 3.3.x. Skeleton Sass uses functions that are a part of that version. There are currently alpha builds of Compass 1.x that do support Sass 3.3.x @@ -37,7 +37,8 @@ The only dependency Skeleton Sass is Sass 3.3+. Any other libraries (e.g. Bourbo * `bin` a directory that contains ruby executables * `setup.rb` a ruby script that aids in setting up Skeleton Sass for first time use * `theme_setup.rb` a ruby script that aids in setting up a custom theme for Skeleton Sass - * `upgrade` a bash script that aids in upgrading Skeleton Sass + * `upgrade` a bash script that aids in upgrading Skeleton Sass (ruby version in the making) + * `update.rb` a ruby script that handles updating Skeleton Sass (in progress) * `skeleton` where all of the magic happens * `core` * `_config.scss` the default global configuration variables @@ -135,7 +136,7 @@ Changelog * `em` converts an absolute `px` unit to an `em` unit * `rem` converts an absolute `px` unit to a `rem` unit * `percent` converts an absolute `px` unit to a `%` unit - * `relative` converts an absolute `px` unit to the chosen relative unit as defined in `_config.scss` or your hown project configuration. + * `relative` converts an absolute `px` unit to the chosen relative unit as defined in `_config.scss` or your own project configuration. * **Note:** if more than one relative unit is select then this function will simply spit out the `px` unit. // documentation is needed * `@font-size` is a *mixin* that handles everything involving `font-size`. // TODO complete this * Added a grid generator helper in [atomicpages.github.io/skeleton-sass/](http://atomicpages.github.io/skeleton-sass/) diff --git a/bower.json b/bower.json index e65ef17..c656dae 100644 --- a/bower.json +++ b/bower.json @@ -16,6 +16,7 @@ "main": "", "ignore": [ ".gitignore", + ".gitattributes", "sache.json" ] } diff --git a/sache.json b/sache.json index b71f4d1..5880927 100644 --- a/sache.json +++ b/sache.json @@ -2,14 +2,15 @@ "name": "skeleton-sass", "description": "Description of project", "tags": [ - "starting-point", - "foundation", "framework", "responsive", "bower", - "starter kit", "grids", - "ui" + "ui", + "skeleton", + "structure", + "scss", + "layout" ], "website": "http://atomicpages.github.io/skeleton-sass/", "docs": "https://github.com/atomicpages/skeleton-sass/wiki"