]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Update sass.md 8517/head
authorOliver Stapelfeldt <oliver_stapelfeldt@icloud.com>
Sun, 3 Apr 2016 16:45:20 +0000 (18:45 +0200)
committerOliver Stapelfeldt <oliver_stapelfeldt@icloud.com>
Sun, 3 Apr 2016 16:45:20 +0000 (18:45 +0200)
docs/pages/sass.md

index d62896ed9b15ef621210a9de33a272e606eac2e6..11084858723dca7b7e11149cea55d24a51418776 100644 (file)
@@ -117,7 +117,7 @@ Our [starter projects](starter-projects.html) include the full list of imports,
 
 ## The Settings File
 
-All Foundation projects include a settings file, named `_settings.scss`. If you're using Yeti Launch or the CLI to create a Foundation for Sites project, you can find the settings file under src/assets/scss/. If you're installing the framework standalone using Bower or npm, there's a settings file included in those packages, which you can move into your own Sass files to work with.
+All Foundation projects include a settings file, named `_settings.scss`. If you're using Yeti Launch or the CLI to create a Foundation for Sites project, you can find the settings file under scss/ (basic template) or src/assets/scss/ (ZURB template). If you're installing the framework standalone using Bower or npm, there's a settings file included in those packages, which you can move into your own Sass files to work with.
 
 Every component includes a set of variables that modify core structural or visual styles. If there's something you can't customize with a variable, you can just write your own CSS to add it.