]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Remove references to namespacing from docs and Sass
authorGeoff Kimball <geoff@zurb.com>
Fri, 20 Nov 2015 21:36:00 +0000 (13:36 -0800)
committerGeoff Kimball <geoff@zurb.com>
Fri, 20 Nov 2015 21:44:04 +0000 (13:44 -0800)
docs/pages/global.md
scss/_global.scss

index bcaa7910fbc593ca4dc878b74140ff21caee8ca5..c6c7c8d9a76c0f8224891809255a27962174adef 100644 (file)
@@ -101,17 +101,3 @@ To color a component, add the name of the color as a class.
   <p>Error fetching stick.</p>
 </div>
 ```
-
----
-
-## Namespacing
-
-The data attributes used to initialize Foundation plugins can be globally namespaced by setting the `$global-namespace` Sass variable.
-
-```html
-<!-- $global-namespace: false -->
-<div data-reveal></div>
-
-<!-- $global-namespace: 'zf' -->
-<div data-zf-reveal></div>
-```
\ No newline at end of file
index 46300d556237de2dbe61ebdced0231f8adb07167..928137d787b2a367662c0ded8bb25c07bdc9491d 100644 (file)
@@ -102,10 +102,6 @@ $global-weight-bold: bold !default;
 /// @type Number
 $global-radius: 0 !default;
 
-/// Namespace for the data attributes used to initialize Foundation plugins.
-/// @type String | Boolean
-$global-namespace: false !default;
-
 /// Sets the text direction of the CSS. Can be either `ltr` or `rtl`.
 $global-text-direction: ltr !default;