# @blaze/css

> Open Source UI Toolkit - CSS

Latest version **12.2.0** (published 2022-09-06) · MIT license · 0 weekly downloads

## Install

```sh
npm install @blaze/css
pnpm add @blaze/css
yarn add @blaze/css
bun add @blaze/css
```

## 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 | 12.2.0 |
| Published | 2022-09-06 |
| First published | 2018-11-23 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 189.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 31 |
| Author | Gregory Pratt |
| Maintainers | gregorypratt |
| Keywords | html, sass, scss, css, bem, itcss, bemit, ui, ux, framework, components, webcomponents, stencil, stenciljs |

## Links

- npm: https://www.npmjs.com/package/@blaze/css
- Repository: https://github.com/BlazeSoftware/css
- Homepage: https://www.blazeui.com
- Issues: https://github.com/BlazeSoftware/css/issues
- npm.io page: https://npm.io/package/@blaze/css

## 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

- 12.2.0 (latest) — 2022-09-06
- 12.1.0 — 2022-09-05
- 12.0.0 — 2022-08-22
- 11.0.0 — 2022-08-21
- 10.1.0 — 2022-08-09
- 10.0.5 — 2022-06-25
- 10.0.4 — 2022-03-01
- 10.0.3 — 2022-03-01
- 10.0.1 — 2021-08-23
- 10.0.0 — 2021-07-23
- 9.2.4 — 2021-07-13
- 9.2.3 — 2021-07-13
- 9.2.0 — 2020-04-21
- 9.0.1 — 2020-04-11
- 8.0.0 — 2020-04-10
- … 21 more at https://npm.io/package/@blaze/css/versions

## README

# <a href="https://www.blazeui.com">Blaze CSS</a>

Blaze is a framework-free open source UI toolkit. It provides great structure for building websites quickly with a scalable and maintainable foundation.

Blaze CSS is a set of CSS styles and HTML components available as CSS and SCSS.

## Ready to Code Dev Environment

Contribute to Blaze using an online development environment.

[![Open in Github Dot](https://img.shields.io/badge/code-open%20in%20github-orange?logo=github&style=for-the-badge)](https://github.dev/BlazeSoftware/css)

## Local Developer Setup

First of all install [NVM](https://github.com/creationix/nvm#install-script).

When that is complete run:

```cli
$ nvm use
$ npm i
$ npm start
```

## Installing the CSS

The easiest way to use the toolkit is via CDN.

```html
<link rel="stylesheet" href="https://unpkg.com/@blaze/css@x.x.x/dist/blaze.css" />
```

The `x.x.x` is the specific version of the library, you should use specifc versions to prevent against breaking changes.

### How to start applying styles

We've designed the toolkit not to interfere with others or your own styles, hence Blaze won't automatically do anything to your site.

The following won't change by simply linking to blaze.css like it would with others such as Bootstrap or Foundation:

```html
<button type="button">Button</button>
```

You need to apply our button classes:

```html
<button class="c-button" type="button">Button</button>
```

This means you have to add classes to each part of your site where you want Blaze to apply. Take a look at the documentation for our objects, components, typography etc. and you'll see how intuitive it is to use.

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