# @uoa/styles

> Uoa styles and classes for SPA's based on University recommendation color schemes, spacing. css variables in this package

Latest version **0.7.1** (published 2026-05-07) · ISC license · 0 weekly downloads

## Install

```sh
npm install @uoa/styles
pnpm add @uoa/styles
yarn add @uoa/styles
bun add @uoa/styles
```

## Health

**Score 45/100 (D)** — status: active.

Positive: no vulnerabilities.

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

## Facts

| | |
|---|---|
| Version | 0.7.1 |
| Published | 2026-05-07 |
| First published | 2021-03-23 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 885.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Mohsin Baig |
| Maintainers | anitapark0, zzhe017, cakr322, okas406 |
| Keywords | uoa scss, uoa colors, uoa styles, uoa css, uoa default classes, uoa css color variables |

## Links

- npm: https://www.npmjs.com/package/@uoa/styles
- npm.io page: https://npm.io/package/@uoa/styles

## Alternatives

- [postcss-color-hex-alpha](https://npm.io/package/postcss-color-hex-alpha.md) — 6.4M weekly downloads
- [randomcolor](https://npm.io/package/randomcolor.md) — 348.0K weekly downloads
- [bows](https://npm.io/package/bows.md) — 1.3K weekly downloads
- [ep_prefer_color_scheme](https://npm.io/package/ep_prefer_color_scheme.md) — 260 weekly downloads
- [coc-yank](https://npm.io/package/coc-yank.md) — 61 weekly downloads

## Recent versions

- 0.7.1 (latest) — 2026-05-07
- 0.5.1-beta.1 (beta) — 2023-06-07
- 0.7.0 — 2026-03-10
- 0.6.0 — 2023-06-07
- 0.5.0 — 2021-09-28
- 0.4.0 — 2021-09-20
- 0.3.0 — 2021-06-29
- 0.2.0 — 2021-06-23
- 0.1.1 — 2021-06-23
- 0.1.0 — 2021-03-23

## README

# Uoa Styles

### What is this repository for?

- CSS package with default University of Auckland (Uoa) Fonts and color schemes. Package further includes assignment of Ionic variables
- It is setting ionic color variables with University colors.

### Usage

- For ionic/angular application.

Install package using command

```
npm install @uoa/styles
```

In your global styles you can import either bundled css or scss .

For CSS

```
@use '~@uoa/styles/css';
```

In order to import minified version of CSS

```
@use '~@uoa/styles/css/main.min.css';
```

For SCSS

```
@use '~@uoa/styles/main.scss';
```

### Optional

- In order to use mixins and media-mixins paths will be

```
@use '~@uoa/styles/theme/mixins';

@use '~@uoa/styles/theme/media-mixins.scss';
```

It also set Ionic styles with UOA styles (colors)

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