# Text Alignment Module

This utility allows you to apply text alignment to elements

## Usage

### Included in core: ✅

### For modular setups:

```scss
@use '<path-to-node_modules>/@fulcrumui/css-utils/scss/modules/text-alignment';
```

### Application

To apply this utility, use the pattern below:

```html
<element class="u-text-[alignment]"></element>
```

### Options

#### `alignment`

| Option | Description |
| --- | --- |
| `right` | Will align the text of the elment to the right |
| `center` | Will align the text of the element to the center |
| `left` | Will align the text of the element to the right |

## Configurable ❌
