Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
Finally releasing 3.0.0!
  • Loading branch information
atomicpages committed Sep 6, 2016
1 parent 60f0d18 commit 5872d88
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ skeleton_template.css
*.html
dependencies/
.idea/
.DS_Store
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Skeleton Sass is a highly modular version of [Skeleton CSS](http://getskeleton.c

### Dependencies
* Sass 3.3+
* [normalize-scss](https://github.com/JohnAlbin/normalize-scss)

#### Does this work with other Sass compilers?
Yes! Skeleton Sass has been tested with the following compilers and libsass wrappers
Expand Down Expand Up @@ -51,6 +52,7 @@ echo. 2>skeleton.scss
Inside of `skeleton.scss` we need to add our components:

~~~sass
@import "path/to/bower_components/normalize-scss/sass/normalize/import-now"; // import normalize-scss
@import "path/to/bower_components/skeleton-sass/skeleton/core/config"; // Skeleton Sass core loader
// import default theme variables
Expand Down Expand Up @@ -141,10 +143,10 @@ Skeleton Sass 2 is **not** backwards compatible with Skeleton Sass 1.x due to a

#### Looking for older versions of Skeleton Sass?
* Skeleton Sass 2
* [Version 2 branch](https://github.com/atomicpages/skeleton-sass/tree/master/2.0)
* [Version 2 branch](https://github.com/atomicpages/skeleton-sass/tree/2.x-master)
* [Version 2 docs](https://github.com/atomicpages/skeleton-sass/wiki/Version-2-Docs)
* Skeleton Sass
* [Version 1 branch](https://github.com/atomicpages/skeleton-sass/tree/master/1.0)
* [Version 1 branch](https://github.com/atomicpages/skeleton-sass/tree/1.x-master)
* [Version 1 docs](https://github.com/atomicpages/skeleton-sass/wiki/Version-1-Docs)

#### New to Sass?
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": "3.0.0-dev4",
"version": "3.0.0",
"author": "Dennis Thompson",
"homepage": "http://atomicpages.github.io/skeleton-sass/",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "skeleton-sass",
"version": "3.0.0-dev4",
"version": "3.0.0",
"description": "Skeleton Sass is a highly modular version of Skeleton CSS",
"main": "skeleton/core/_config.scss",
"scripts": {
Expand Down

0 comments on commit 5872d88

Please sign in to comment.