From 585d72a549d192e5a63291d9d68ef17875e660a7 Mon Sep 17 00:00:00 2001 From: Geoff Kimball Date: Fri, 20 Nov 2015 13:36:00 -0800 Subject: [PATCH] Remove references to namespacing from docs and Sass --- docs/pages/global.md | 14 -------------- scss/_global.scss | 4 ---- 2 files changed, 18 deletions(-) diff --git a/docs/pages/global.md b/docs/pages/global.md index bcaa7910f..c6c7c8d9a 100644 --- a/docs/pages/global.md +++ b/docs/pages/global.md @@ -101,17 +101,3 @@ To color a component, add the name of the color as a class.

Error fetching stick.

``` - ---- - -## Namespacing - -The data attributes used to initialize Foundation plugins can be globally namespaced by setting the `$global-namespace` Sass variable. - -```html - -
- - -
-``` \ No newline at end of file diff --git a/scss/_global.scss b/scss/_global.scss index 46300d556..928137d78 100644 --- a/scss/_global.scss +++ b/scss/_global.scss @@ -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; -- 2.47.2