# suitcss-utils-link

> Link utilities for SUIT CSS

Latest version **1.0.1** (published 2016-02-23) · 0 weekly downloads

## Install

```sh
npm install suitcss-utils-link
pnpm add suitcss-utils-link
yarn add suitcss-utils-link
bun add suitcss-utils-link
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2016-02-23 |
| First published | 2014-03-25 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 16 |
| Maintainers | giuseppegurgone, necolas, simonsmith, timkelty |
| Keywords | browser, css-utilities, link, suitcss, style |

## Links

- npm: https://www.npmjs.com/package/suitcss-utils-link
- Repository: https://github.com/suitcss/utils-link
- Homepage: https://github.com/suitcss/utils-link#readme
- Issues: https://github.com/suitcss/utils-link/issues
- npm.io page: https://npm.io/package/suitcss-utils-link

## Alternatives

- [style-dictionary](https://npm.io/package/style-dictionary.md) — 2.0M weekly downloads
- [postcss-merge-idents](https://npm.io/package/postcss-merge-idents.md) — 1.7M weekly downloads
- [@fontsource/noto-sans](https://npm.io/package/@fontsource/noto-sans.md) — 93.0K weekly downloads
- [uglifycss](https://npm.io/package/uglifycss.md) — 71.6K weekly downloads
- [mat4-interpolate](https://npm.io/package/mat4-interpolate.md) — 23.3K weekly downloads

## Recent versions

- 1.0.1 (latest) — 2016-02-23
- 1.0.0 — 2016-02-18
- 0.5.2 — 2014-10-28
- 0.5.1 — 2014-06-24
- 0.5.0 — 2014-06-22
- 0.4.0 — 2014-05-16
- 0.3.1 — 2014-03-26
- 0.3.0 — 2014-03-25

## README

# SUIT CSS utilities: link

[![Build Status](https://travis-ci.org/suitcss/utils-link.svg?branch=master)](https://travis-ci.org/suitcss/utils-link)

SUIT CSS link utilities.

Read more about [SUIT CSS's design principles](https://github.com/suitcss/suit/).

## Installation

* [npm](http://npmjs.org/): `npm install suitcss-utils-link`
* Download: [zip](https://github.com/suitcss/utils-link/releases/latest)

## Available classes

* `u-linkBlock` - Block-level link with no `text-decoration` for any state.

* `u-linkClean` - A link without no `text-decoration` for any state.

* `u-linkComplex` - Limit a link's interactive `text-decoration` underline to a
  sub-section of the link text.

    ```html
    <a class="u-linkComplex" href="{url}">
      Link complex
      <span class="u-linkComplexTarget">target</span>
    </a>
    ```

## Usage

Please refer to the README for [SUIT CSS utils](https://github.com/suitcss/utils/)

## Testing

Install [Node](http://nodejs.org) (comes with npm).

```
npm install
```

To generate a build:

```
npm run build
```

To lint code with [postcss-bem-linter](https://github.com/postcss/postcss-bem-linter) and [stylelint](http://stylelint.io/)

```
npm run lint
```

To generate the testing build.

```
npm run build-test
```

To watch the files for making changes to test:

```
npm run watch
```

Basic visual tests are in `test/index.html`.

## Browser support

* Google Chrome (latest)
* Opera (latest)
* Firefox 4+
* Safari 5+
* Internet Explorer 8+

---
_Source: https://npm.io/package/suitcss-utils-link · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
