# @ryze-digital/scss-utilities

> Contains several helpers and utilities for our Sass projects

Latest version **1.1.0** (published 2026-09-02) · MIT license · 0 weekly downloads

## Install

```sh
npm install @ryze-digital/scss-utilities
pnpm add @ryze-digital/scss-utilities
yarn add @ryze-digital/scss-utilities
bun add @ryze-digital/scss-utilities
```

## Health

**Score 60/100 (C)** — status: active.

Positive: esm support; no vulnerabilities; recently updated; high maintenance score.

Warnings: low downloads; no types.

## Facts

| | |
|---|---|
| Version | 1.1.0 |
| Published | 2026-09-02 |
| First published | 2024-08-09 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM |
| Dependencies | 0 |
| Unpacked size | 35.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 3 |
| Author | RYZE Digital GmbH |
| Maintainers | baedda |
| Keywords | sass, dartsass, scss, utilities |

## Links

- npm: https://www.npmjs.com/package/@ryze-digital/scss-utilities
- Repository: https://github.com/ryze-digital/scss-utilities
- Homepage: https://github.com/ryze-digital/scss-utilities#readme
- Issues: https://github.com/ryze-digital/scss-utilities/issues
- npm.io page: https://npm.io/package/@ryze-digital/scss-utilities

## Recent versions

- 1.1.0 (latest) — 2026-09-02
- 1.0.1 — 2025-08-07
- 1.0.0 — 2025-04-07
- 1.0.0-beta.0 — 2024-08-09

## README

# RYZE Digital Scss Utilities

![Run linter(s) workflow status](https://github.com/ryze-digital/scss-utilities/actions/workflows/run-lint.yml/badge.svg)

## Install

```sh
npm i @ryze-digital/scss-utilities --save
```

## Usage

```scss
@use "@ryze-digital/scss-utilities";
```
Use provided configuration mixin to configure your global project defaults.

```scss
@include scss-utilities.configure(...);
```

See [/src/_config.scss](src/_config.scss) for all possible configuration options.

## Example

Let's say you want your blockquotes to always use the quotation marks associated with the current language.

```scss
blockquote {
    @include scss-utilities.quotes();
}
```

---
_Source: https://npm.io/package/@ryze-digital/scss-utilities · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
