# @singlestone/tailwind-helpers-sugar

> Helper functions for use in Sugar, SingleStone's sweet design system

Latest version **0.6.2** (published 2023-03-03) · MIT license · 0 weekly downloads

## Install

```sh
npm install @singlestone/tailwind-helpers-sugar
pnpm add @singlestone/tailwind-helpers-sugar
yarn add @singlestone/tailwind-helpers-sugar
bun add @singlestone/tailwind-helpers-sugar
```

## Health

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

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.6.2 |
| Published | 2023-03-03 |
| First published | 2022-08-10 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Node | ^14 \|\| ^16 \|\| >= 18 |
| Dependencies | 1 |
| Unpacked size | 74.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | SingleStone Consulting |
| Maintainers | sugarssc, terry.brown, rharrahssc, singlestone_admin, chrisbelyea |

## Links

- npm: https://www.npmjs.com/package/@singlestone/tailwind-helpers-sugar
- Repository: https://github.com/singlestone/sugar
- Homepage: https://github.com/singlestone/sugar/tree/main/sugar/tailwind-helpers-sugar#readme
- Issues: https://github.com/singlestone/sugar/issues
- npm.io page: https://npm.io/package/@singlestone/tailwind-helpers-sugar

## Dependencies (1)

- [@singlestone/sugar-tokens](https://npm.io/package/@singlestone/sugar-tokens.md) ^0.6.2

## Recent versions

- 0.6.2 (latest) — 2023-03-03
- 0.6.1 — 2023-02-23
- 0.5.2 — 2023-02-06
- 0.4.1 — 2023-01-31
- 0.3.0 — 2022-12-10
- 0.2.1 — 2022-08-11
- 0.1.0 — 2022-08-10

## README

# tailwind-helpers-sugar

> Helper functions for use in Sugar, SingleStone's sweet design system

<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->

- [Installation](#installation)
- [Usage](#usage)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

## Installation

Inside the Sugar monorepo, install it with a dev dependency like so:

```json
{
  "devDependencies": {
    "@singlestone/tailwind-helpers-sugar": "workspace:^"
  }
}
```

Outside the monorepo, install it with an actual version instead of `workspace:^`.

## Usage

```typescript
import {
  hslWithOpacity,
  rgbWithOpacity,
} from "@singlestone/tailwind-preset-sugar";
```

---
_Source: https://npm.io/package/@singlestone/tailwind-helpers-sugar · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
