Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / themes / contrib / bootstrap / starterkits / sass / README.md
index c483e9ab7c2955453bca1477678d9752ede4560f..b894f03bb2ac23fd76fc0a78b8f5f89f93f9d0e9 100755 (executable)
@@ -11,7 +11,8 @@ preprocessor.
 - [Overrides](#overrides)
 
 ## Prerequisites
-- Read the @link getting_started Getting Started @endlink and @link sub_theming Sub-theming @endlink documentation topics.
+- Read the @link getting_started Getting Started @endlink and
+  @link sub_theming Sub-theming @endlink documentation topics.
 - You must understand the basic concept of using the [Sass] CSS pre-processor.
 - You must use a **[local Sass compiler](https://www.google.com/search?q=sass+compiler)**.
 - You must use the [Bootstrap Framework Source Files] ending in the `.scss`
@@ -33,11 +34,11 @@ or when you upgrade your version of the [Bootstrap Framework].
 [Bootstrap Framework] in the future.
 
 ## Overrides {#overrides}
-The `./THEMENAME/sass/_default-variables.scss` file is generally where you will
+The `./THEMENAME/scss/_default-variables.scss` file is generally where you will
 spend the majority of your time providing any default variables that should be
 used by the [Bootstrap Framework] instead of its own.
 
-The `./THEMENAME/sass/overrides.scss` file contains various Drupal overrides to
+The `./THEMENAME/scss/overrides.scss` file contains various Drupal overrides to
 properly integrate with the [Bootstrap Framework]. It may contain a few
 enhancements, feel free to edit this file as you see fit.
 
@@ -53,6 +54,6 @@ name, using a different extension of course).
 - @link templates Templates @endlink
 - @link plugins Plugin System @endlink
 
-[Bootstrap Framework]: http://getbootstrap.com
+[Bootstrap Framework]: https://getbootstrap.com/docs/3.3/
 [Bootstrap Framework Source Files]: https://github.com/twbs/bootstrap-sass
 [Sass]: http://sass-lang.com