From 5872d881d7155b5e0d0e276570f199cd1f1f1bf7 Mon Sep 17 00:00:00 2001 From: Dennis Thompson Date: Mon, 5 Sep 2016 22:36:45 -0700 Subject: [PATCH] 3.0.0 Finally releasing 3.0.0! --- .gitignore | 1 + README.md | 6 ++++-- bower.json | 2 +- package.json | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 3b09711..43387d0 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ skeleton_template.css *.html dependencies/ .idea/ +.DS_Store diff --git a/README.md b/README.md index 4b57f63..2ae69e1 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 @@ -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? diff --git a/bower.json b/bower.json index 8d39b54..de01312 100644 --- a/bower.json +++ b/bower.json @@ -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": { diff --git a/package.json b/package.json index def1e32..3b9af68 100644 --- a/package.json +++ b/package.json @@ -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": {