]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Fixed typo for running settings gulp command in readme.
authorTim Hartwick <tdhartwick2@gmail.com>
Mon, 4 Jan 2016 17:57:07 +0000 (09:57 -0800)
committerTim Hartwick <tdhartwick2@gmail.com>
Mon, 4 Jan 2016 17:57:07 +0000 (09:57 -0800)
README.md
test/scss/_settings.scss

index 851bd1fd34420aadad833a23b5d7a84f0db6df5f..55870c1728959de25ae894f000742191d0e0bec8 100644 (file)
--- 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!
index 771dfe2710e9ca25dae77206133da29e35ea9758..c7231ed00f5c777e13c27261d2e782c48ea4ecda 100644 (file)
@@ -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;