]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Made changes recommended by rafibomb 8410/head
authorJohn Vedral <MainelyWeb@users.noreply.github.com>
Fri, 18 Mar 2016 13:55:06 +0000 (09:55 -0400)
committerJohn Vedral <MainelyWeb@users.noreply.github.com>
Fri, 18 Mar 2016 13:55:06 +0000 (09:55 -0400)
Promote the use of partial files in the components directory.

docs/pages/starter-projects.md

index 2e3a33122f85b00993645d77db1808bed2d720dd..c7aaffd1843206636945d9f5de45112b010c3436 100644 (file)
@@ -35,7 +35,7 @@ The biggest difference between this and the basic template is the folder structu
 
 To override or add to the default styles of the ZURB Template, in your project's `src/assets/scss/` folder
  - Change Sass variables in `_settings.scss`
- - Add custom scss and css at the bottom of `app.scss`
+ - Add custom SCSS and css to new files in the `components` folder then import those files at the bottom of `app.scss`
 
 The `_settings.scss` and `app.scss` files are not changed when upgrading an existing project. As a result, you must manually edit your `_settings.scss` file to incorporate any Sass changes found [in the release notes](https://github.com/zurb/foundation-sites/releases).