From: Tim Hartwick Date: Mon, 4 Jan 2016 17:57:07 +0000 (-0800) Subject: Fixed typo for running settings gulp command in readme. X-Git-Tag: v2.0.0-rc.1~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eecbba4f9981e8af63fe60807a355c278576def0;p=thirdparty%2Ffoundation%2Ffoundation-emails.git Fixed typo for running settings gulp command in readme. --- diff --git a/README.md b/README.md index 851bd1fd..55870c17 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ Here's a list of our attributes: ## Using Sass You'll be able to use the `_settings.scss` within the `/test` folder to update sass variables! This means you can use global variables to control the overall look of the page, just like in Foundation for Sites! When you have `npm test` running, just change a variable's value in the `_settings.scss`, save, and voila! The variables are updated with no uncommenting necessary! -Note: The `_settings.scss` file automatically scrapes your project for variables. If you add variables that you'd like to see reflected in the `_settings.scss` file run `npm run settings` to update it. +Note: The `_settings.scss` file automatically scrapes your project for variables. If you add variables that you'd like to see reflected in the `_settings.scss` file run `npm start settings` to update it. ## Filing Issues As an open source project, we looooove our community support. Please file issues, or better yet pull requests on the [Foundation for Emails Repo](https://github.com/zurb/foundation-emails). We're stoked to hear your feedback, make improvements, and release this to the public soon! diff --git a/test/scss/_settings.scss b/test/scss/_settings.scss index 771dfe27..c7231ed0 100644 --- a/test/scss/_settings.scss +++ b/test/scss/_settings.scss @@ -10,7 +10,7 @@ // 5. Callout // 6. Media Query // 7. Normalize -// 8. Thumbnail +// 8. Thumbnial // 9. Typography @@ -85,7 +85,7 @@ $small-range: $container-width; $hr-color: $medium-gray; $hr-height: 1px; -// 8. Thumbnail +// 8. Thumbnial // ------------ $thumbnail-shadow-h: 0;