# Util

CSS and JS ui-foundationsities for next

## Usage

### Sass

This module is bundled by default and cannot be configured.

### HTML

#### Layout

##### `.n-util-clearfix`
_The_ [micro clearfix](http://nicolasgallagher.com/micro-clearfix-hack/).

#### Display

##### `.n-util-hide`
Hide an element.

##### `.n-util-hide@screen`
Hide an element for screens.

##### `.n-util-hide@print`
Hide an element for print.

##### `.n-util-hide-enhanced`
Hide an element in the enhanced experience

##### `.n-util-hide-core`
Hide an element in the core experience

##### `.n-util-visually-hidden`
Hide an element but ensure it is still accessible by assistive devices.

#### Text

##### `.n-util-text-center`
Center align text.

##### `.n-util-text-left`
Left align text.

##### `.n-util-text-right`
Right align text.

##### `.n-util-truncate`
Truncate text to a single line.
