<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
/// @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;