Skip to content

Commit

Permalink
2.0.1
Browse files Browse the repository at this point in the history
Fixed a few things in the readme, removed some sache keywords and added some, and added gitattributes to bower ignore
  • Loading branch information
Dennis committed Aug 1, 2014
1 parent b007eb7 commit 0136297
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,16 @@ 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

### File Overview
* `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
Expand Down Expand Up @@ -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/)
Expand Down
1 change: 1 addition & 0 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"main": "",
"ignore": [
".gitignore",
".gitattributes",
"sache.json"
]
}
9 changes: 5 additions & 4 deletions sache.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0136297

Please sign in to comment.