From 0093c6a399763ab5bdd48194ad7c16d8fa6310ed Mon Sep 17 00:00:00 2001 From: John Vedral Date: Fri, 18 Mar 2016 09:55:06 -0400 Subject: [PATCH] Made changes recommended by rafibomb Promote the use of partial files in the components directory. --- docs/pages/starter-projects.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/starter-projects.md b/docs/pages/starter-projects.md index 2e3a33122..c7aaffd18 100644 --- a/docs/pages/starter-projects.md +++ b/docs/pages/starter-projects.md @@ -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). -- 2.47.3